structure
Retrieves the structured data configuration for a specific large language model (LLM).
The method determines the appropriate structured data setup based on the given LLM instance, ensuring compatibility with the model's provider and capabilities.
Return
The structured data configuration represented as a StructuredData
instance.
Parameters
model
The large language model (LLM) instance used to identify the structured data configuration.