wong2
wong2
This still occurs in v11.6
I ran into this problem a few days ago too. I solved it by given it the ToolSet definition.
@lgrammel Any plan to implement this? I think it would be great to integrate it into the AI SDK.
@lgrammel In my case, I don't need to monitor uptimes, we just need to fallback to another provider when the first request fails due to all kinds of reasons (eg....
@mazei513 So it seems unrelated to the @ symbol.
@viocha gpt-4o 和 claude 3.5 sonnet都是第一时间支持的
有道理
复制机器人已经支持了
My current solution: ``` async function* streamTextWithTools(model: LanguageModel, messages: ChatMessage[], maxRounds = 5) { for (let round = 0; round < maxRounds; round++) { const result = await streamText({ model,...