We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5923d9e commit 97ed9b2Copy full SHA for 97ed9b2
1 file changed
src/agents/models.profiles.live.test.ts
@@ -545,7 +545,7 @@ async function completeSimpleWithTimeout<TApi extends Api>(
545
}
546
547
548
-function requireToolChoicePayload(payload: unknown): unknown | undefined {
+function requireToolChoicePayload(payload: unknown): unknown {
549
if (!payload || typeof payload !== "object" || Array.isArray(payload)) {
550
return undefined;
551
0 commit comments