Interface StructuredOutputChatOptions

All Superinterfaces:
ChatOptions, ModelOptions
All Known Implementing Classes:
AnthropicChatOptions, BedrockChatOptions, DefaultStructuredOutputChatOptions, GoogleGenAiChatOptions, MistralAiChatOptions, OllamaChatOptions, OpenAiChatOptions

public interface StructuredOutputChatOptions extends ChatOptions
Mixin interface for ChatModels that support structured output. Provides a unified way to set and get the output JSON schema.
Author:
Christian Tzolov