Skip to content

Commit e60492f

Browse files
committed
fix types
1 parent d9c4168 commit e60492f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/src/run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ export async function runOnce({
833833
clientSessionId: promptId,
834834
userId,
835835
signal: signal ?? new AbortController().signal,
836-
tools: {},
837836
}).catch((error) => {
838837
// Let retryable errors and PaymentRequiredError propagate so the retry wrapper can handle them
839838
const isRetryable = isRetryableError(error)

0 commit comments

Comments
 (0)