OPENAPI / COMPONENTS / SCHEMAS

Function Call Event data structure

FunctionCallEvent

Structural definition for Function Call Event in the Mistral AI API contract.

object10properties
agent_idstring

agent id value in the Mistral AI API contract.

argumentsstringrequired

arguments value in the Mistral AI API contract.

confirmation_statusstring

confirmation status value in the Mistral AI API contract.

created_atstring

created at value in the Mistral AI API contract.

idstringrequired

id value in the Mistral AI API contract.

modelstring

model value in the Mistral AI API contract.

namestringrequired

name value in the Mistral AI API contract.

output_indexinteger

output index value in the Mistral AI API contract.

tool_call_idstringrequired

tool call id value in the Mistral AI API contract.

typestring

type value in the Mistral AI API contract.