Skip to content

Commit 74f09e9

Browse files
committed
add anthropic prefix
1 parent 4b58307 commit 74f09e9

File tree

1 file changed

+1
-1
lines changed
  • pydantic_ai_slim/pydantic_ai/_cli

1 file changed

+1
-1
lines changed

pydantic_ai_slim/pydantic_ai/_cli/_web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _run_web_command( # noqa: C901
5858
agent_path: Agent path in 'module:variable' format. If None, creates generic agent.
5959
host: Host to bind the server to.
6060
port: Port to bind the server to.
61-
models: List of model strings (e.g., ['openai:gpt-5', 'claude-sonnet-4-5']).
61+
models: List of model strings (e.g., ['openai:gpt-5', 'anthropic:claude-sonnet-4-5']).
6262
tools: List of builtin tool IDs (e.g., ['web_search', 'code_execution']).
6363
instructions: System instructions for generic agent.
6464
mcp: Path to JSON file with MCP server configurations.

0 commit comments

Comments
 (0)