ConnectorParameterOverride¶
Structure Class¶
ConnectorParameterOverride
dataclass
¶
Specifies a parameter override for a connector tool, allowing you to control parameter visibility and descriptions.
Attributes¶
description
class-attribute
instance-attribute
¶
description: str | None = None
An agent-facing description override for this parameter.
path
instance-attribute
¶
path: str
A JSON Pointer path identifying the parameter (for example,
/numberOfResults or /filter).
visible
class-attribute
instance-attribute
¶
visible: bool | None = None
Whether this parameter is visible to the agent. If not specified, uses the service default.