WIP: tool description / schema updates
This commit is contained in:
@@ -35,10 +35,7 @@ class ListModelsTool(BaseTool):
|
||||
|
||||
def get_description(self) -> str:
|
||||
return (
|
||||
"LIST AVAILABLE MODELS - Display all AI models organized by provider. "
|
||||
"Shows which providers are configured, available models, their aliases, "
|
||||
"context windows, and capabilities. Useful for understanding what models "
|
||||
"can be used and their characteristics. MANDATORY: Must display full output to the user."
|
||||
"Shows which AI model providers are configured, available model names, their aliases and capabilities."
|
||||
)
|
||||
|
||||
def get_input_schema(self) -> dict[str, Any]:
|
||||
|
||||
Reference in New Issue
Block a user