Interface StructuredOutputChatOptions

All Superinterfaces:
ChatOptions, ModelOptions
All Known Implementing Classes:
DefaultStructuredOutputChatOptions

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