ApiGatewayToolConfiguration¶
Structure Class¶
ApiGatewayToolConfiguration
dataclass
¶
The configuration for defining REST API tool filters and overrides for the gateway target.
Attributes¶
tool_filters
instance-attribute
¶
tool_filters: list[ApiGatewayToolFilter]
A list of path and method patterns to expose as tools using metadata from the REST API's OpenAPI specification.
tool_overrides
class-attribute
instance-attribute
¶
tool_overrides: list[ApiGatewayToolOverride] | None = None
A list of explicit tool definitions with optional custom names and descriptions.