Class MistralAiResponseFormat
java.lang.Object
dev.langchain4j.model.mistralai.internal.api.MistralAiResponseFormat
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanstatic MistralAiResponseFormatfromSchema(dev.langchain4j.model.chat.request.json.JsonSchema schema) static MistralAiResponseFormatgetType()inthashCode()toString()
-
Method Details
-
getType
-
getJsonSchema
-
equals
-
hashCode
public int hashCode() -
toString
-
fromType
-
fromSchema
public static MistralAiResponseFormat fromSchema(dev.langchain4j.model.chat.request.json.JsonSchema schema) -
builder
-