fix(ai): normalize tool call ids and handoff tests fixes #821
This commit is contained in:
@@ -20,6 +20,7 @@ async function testAbortSignal<TApi extends Api>(llm: Model<TApi>, options: Opti
|
||||
timestamp: Date.now(),
|
||||
},
|
||||
],
|
||||
systemPrompt: "You are a helpful assistant.",
|
||||
};
|
||||
|
||||
let abortFired = false;
|
||||
|
||||
Reference in New Issue
Block a user