Git Product home page Git Product logo

Comments (7)

lgrammel avatar lgrammel commented on July 4, 2024 1

https://github.com/vercel/ai/releases/tag/%40ai-sdk%2Fopenai%400.0.28

from ai.

camwest avatar camwest commented on July 4, 2024

Hmm what happens if the model tries to call multiple tools in parallel? Does the generate function just run once for the first tool then throw?

from ai.

camwest avatar camwest commented on July 4, 2024

for (const toolCallDelta of delta.tool_calls) {

it looks like the underlying model implementation supports multiple tool calls.

from ai.

camwest avatar camwest commented on July 4, 2024

Looks like streamUI should also. My understanding is it just pulls on the stream until it's done, the tool-call chunk gets pushed down for every toolCall in the response from OpenAI

from ai.

mfclarke-cnx avatar mfclarke-cnx commented on July 4, 2024

Thanks for looking into this @camwest. I created an issue for what goes wrong #1894 . Basically the stream gets closed before all the tool calls have been processed. But - perhaps I'm not setting things up the right way?

from ai.

camwest avatar camwest commented on July 4, 2024

Thanks for looking into this @camwest. I created an issue for what goes wrong #1894 . Basically the stream gets closed before all the tool calls have been processed. But - perhaps I'm not setting things up the right way?

No the error makes sense. Thanks for sharing.

from ai.

lgrammel avatar lgrammel commented on July 4, 2024

#1937

from ai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.