OPENAPI / COMPONENTS / SCHEMAS
Function Call Event data structure
FunctionCallEventStructural definition for Function Call Event in the Mistral AI API contract.
object10properties
agent_idstringagent id value in the Mistral AI API contract.
argumentsstringrequiredarguments 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.
idstringrequiredid value in the Mistral AI API contract.
modelstringmodel value in the Mistral AI API contract.
namestringrequiredname value in the Mistral AI API contract.
output_indexintegeroutput index 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.