Package org.springframework.ai.openai
Class OpenAiChatModel.ResponseFormat.Builder
java.lang.Object
org.springframework.ai.openai.OpenAiChatModel.ResponseFormat.Builder
- Enclosing class:
- OpenAiChatModel.ResponseFormat
-
Method Summary
Modifier and TypeMethodDescriptionbuild()jsonSchema(String jsonSchema) Whether to enable strict schema adherence for JSON schema response format.
-
Method Details
-
type
-
jsonSchema
-
strict
Whether to enable strict schema adherence for JSON schema response format.Not to be confused with
OpenAiChatOptions.AbstractBuilder.strict(Boolean), which applies to tool/function calling rather than response format.- Parameters:
strict- the strict flag- Returns:
- this builder
-
build
-