cigchat_flow_update_ai_agent_provider
Update the AI agent provider and model for a flow. Provide the flow's namespace or exact name, then set the desired provider and model to reconfigure its AI behavior.
Instructions
update Ai Agent provider and model, available ai_provider: openai, openai-responses, deepseek, xai, xai-responses, claude, gemini, groq, ainvented [POST /flow/update-ai-agent-provider] Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ai_model | No | Example: gpt-4o-mini | |
| max_tokens | No | Example: 500 | |
| ai_agent_ns | Yes | Accepts either the ai_agent namespace id or the ai_agent's exact name — the server resolves names automatically. Example: f123ag456 | |
| ai_provider | No | One of: openai, openai-responses, deepseek, xai, xai-responses, claude, gemini, groq, ainvented. Example: openai |