We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b58307 commit 74f09e9Copy full SHA for 74f09e9
pydantic_ai_slim/pydantic_ai/_cli/_web.py
@@ -58,7 +58,7 @@ def _run_web_command( # noqa: C901
58
agent_path: Agent path in 'module:variable' format. If None, creates generic agent.
59
host: Host to bind the server to.
60
port: Port to bind the server to.
61
- models: List of model strings (e.g., ['openai:gpt-5', 'claude-sonnet-4-5']).
+ models: List of model strings (e.g., ['openai:gpt-5', 'anthropic:claude-sonnet-4-5']).
62
tools: List of builtin tool IDs (e.g., ['web_search', 'code_execution']).
63
instructions: System instructions for generic agent.
64
mcp: Path to JSON file with MCP server configurations.
0 commit comments