Optional toolThe connection options for this stream.
The function context of this stream.
Collect the entire stream into a single response.
const response = await myLlm.chat({ chatCtx, toolCtx }).collect();
for (const tc of response.toolCalls) {
// execute the tool call...
}
The initial chat context of this stream.