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
const response = streamText({ model: azureModel || openai("gpt-4o"), experimental_activeTools: productTools, messages: coreMessages, maxSteps: 5, tools: getTools(bid), system: getToolPrompt("SYSTEM_PROMPT"), });
I want after any tool call is done, continue to generate button block based on previous response to suggest next action for user, what should I do?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
const response = streamText({ model: azureModel || openai("gpt-4o"), experimental_activeTools: productTools, messages: coreMessages, maxSteps: 5, tools: getTools(bid), system: getToolPrompt("SYSTEM_PROMPT"), });
I want after any tool call is done, continue to generate button block based on previous response to suggest next action for user, what should I do?
Beta Was this translation helpful? Give feedback.
All reactions