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 74f09e9 commit 897e4e4Copy full SHA for 897e4e4
pydantic_ai_slim/pydantic_ai/ui/_web/app.py
@@ -32,14 +32,14 @@ def _resolve_models(
32
models: ModelsParam,
33
builtin_tools: list[AbstractBuiltinTool] | None,
34
) -> list[ModelInfo]:
35
- """Convert models parameter to list of AIModel objects.
+ """Convert models parameter to list of ModelInfo objects.
36
37
Args:
38
models: Model names/instances or dict mapping labels to models
39
builtin_tools: Available builtin tools to check model support
40
41
Returns:
42
- List of AIModel objects with resolved model IDs, display names, and supported tools
+ List of ModelInfo objects with resolved model IDs, display names, and supported tools
43
"""
44
if models is None:
45
return []
0 commit comments