You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I love what you're building here and I am currently working on a model provider for Vercel AI SDK here.
The AI SDK lets you set a 'toolChoice' which tells the model if it should use tools or not. By default it is set to 'auto', meaning the model will use tools when appropiate - which by my understanding will be default for the Prompt API too.
But it can also be set to 'none' or 'required'. See this
I didn't see this mentioned in the readme here, so just wanted to ask if it is going to be included in the Prompt API?