Configuration for tools that render an interactive UI.
Extends ToolConfig with a required _meta field that specifies UI metadata. The UI resource can be specified in two ways:
ToolConfig
_meta
_meta.ui.resourceUri
_meta["ui/resourceUri"]
registerAppTool for the recommended way to register app tools
registerAppTool
Optional
URI of the UI resource to display for this tool. This is converted to _meta["ui/resourceUri"].
Use _meta.ui.resourceUri instead.
Configuration for tools that render an interactive UI.
Extends
ToolConfigwith a required_metafield that specifies UI metadata. The UI resource can be specified in two ways:_meta.ui.resourceUri(preferred)_meta["ui/resourceUri"](deprecated, for backward compatibility)See
registerAppToolfor the recommended way to register app tools