Information for tracking native structured output metadata.
This contains all necessary information to handle structured responses generated via native provider output, including the original schema, its type classification, and parsing logic for provider-enforced JSON.
ProviderStrategyBinding(
self,
schema: type[SchemaT] | dict[str, Any],
schema_kind: SchemaKind
)