Class DefaultStructuredOutputChatOptions

java.lang.Object
org.springframework.ai.chat.prompt.DefaultChatOptions
org.springframework.ai.model.tool.DefaultStructuredOutputChatOptions
All Implemented Interfaces:
ChatOptions, ModelOptions, StructuredOutputChatOptions

public class DefaultStructuredOutputChatOptions extends DefaultChatOptions implements StructuredOutputChatOptions
Default implementation of StructuredOutputChatOptions. Mainly to be used in model generic tests, as concrete chat implementations typically use dedicated sub implementations specific to the model.
Author:
Eric Bottard, Sebastien Deleuze