cleiton couto

Results 12 comments of cleiton couto

@AlexIsMaking I believe it is related to this issue https://github.com/vercel/next.js/issues/48295 Awaiting

Hi @jonsherrard const im = await initialMessage() Do you make any calls to the database to fetch this message? or something like that? It is advisable to validate whether this...

I understand, the error indicates there is something wrong with the messages, do a partial debugger to see if the format of the messages is correct.

I understand the demand, it would be the same as the code interpreter, in addition to the response it brings the output of the function call. There is something along...

Hi @mohamedcherifmo . this scenario is possible, check this example https://github.com/vercel/ai/blob/main/examples/next-openai/app/function-calling/page.tsx To use the new Assistant API, you can use useAssistant. This implementation is experimental as some features such as...

Hello @lgrammel I saw that you changed from eleven labs to LMNT, there is a technical reason for this, eleven labs supports multi languages, LMNT still has no plans to...

I have a hunch that this is due to using 3.5, the wizard starts repeating tasks to maintain context, regardless of the amount of loops and ends without finalizing the...

isPending = waiting IsLoading = responding

@logan-anderson How are you. I haven't tested it yet, but from the example in the documentation data.append is out of stream, correct? Putting it away doesn't solve your problem but...