We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c4168 commit e60492fCopy full SHA for e60492f
sdk/src/run.ts
@@ -833,7 +833,6 @@ export async function runOnce({
833
clientSessionId: promptId,
834
userId,
835
signal: signal ?? new AbortController().signal,
836
- tools: {},
837
}).catch((error) => {
838
// Let retryable errors and PaymentRequiredError propagate so the retry wrapper can handle them
839
const isRetryable = isRetryableError(error)
0 commit comments