Interface StructuredOutputChatOptions

All Superinterfaces:
ChatOptions, ModelOptions

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
  • Method Details

    • getOutputSchema

      String getOutputSchema()
    • setOutputSchema

      void setOutputSchema(String outputSchema)