Skip to content

Commit 97ed9b2

Browse files
committed
test(agents): fix live profile lint
1 parent 5923d9e commit 97ed9b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/models.profiles.live.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ async function completeSimpleWithTimeout<TApi extends Api>(
545545
}
546546
}
547547

548-
function requireToolChoicePayload(payload: unknown): unknown | undefined {
548+
function requireToolChoicePayload(payload: unknown): unknown {
549549
if (!payload || typeof payload !== "object" || Array.isArray(payload)) {
550550
return undefined;
551551
}

0 commit comments

Comments
 (0)