OPENAPI / COMPONENTS / SCHEMAS
Function Call Entry data structure
FunctionCallEntryStructural definition for Function Call Entry in the Mistral AI API contract.
object11properties
agent_idstringagent id value in the Mistral AI API contract.
argumentsFunctionCallEntryArgumentsrequiredarguments value in the Mistral AI API contract.
completed_atstringcompleted at value in the Mistral AI API contract.
confirmation_statusstringconfirmation status value in the Mistral AI API contract.
created_atstringcreated at value in the Mistral AI API contract.
idstringid value in the Mistral AI API contract.
modelstringmodel value in the Mistral AI API contract.
namestringrequiredname value in the Mistral AI API contract.
objectstringobject value in the Mistral AI API contract.
tool_call_idstringrequiredtool call id value in the Mistral AI API contract.
typestringtype value in the Mistral AI API contract.