AdvisorNestedTool - Python SDK

AdvisorNestedTool method reference

The Python SDK and docs are currently in beta. Report issues on GitHub.

A tool made available to the advisor sub-agent. Accepts function tools and OpenRouter server tools (e.g. openrouter:web_search). The advisor tool may not list itself.

Fields

FieldTypeRequiredDescriptionExample
functionDict[str, Nullable[Any]]N/A
parametersDict[str, Nullable[Any]]N/A
typestr✔️N/A
__pydantic_extra__Dict[str, Nullable[Any]]N/A{"type": "openrouter:web_search"}