Package nl.dannyj.mistral.models.completion.tool
package nl.dannyj.mistral.models.completion.tool
-
ClassDescriptionRepresents the definition of a function that can be called by the model.Represents the function call requested by the model, including the function name and its arguments as a JSON string.Represents the name of a function, used when specifying a particular function for tool_choice.Represents the JSON schema definition used within ResponseFormat when type is json_schema.Represents the object variant for the 'tool_choice' parameter in a ChatCompletionRequest.Represents a tool that the model can call.Represents a tool call requested by the model as part of an Assistant message.Defines the possible string values for the 'tool_choice' parameter in a ChatCompletionRequest.Represents the possible options for the 'tool_choice' parameter in a ChatCompletionRequest.Defines the type of a tool.