OPENAPI / COMPONENTS / SCHEMAS
Conversation Request Base data structure
ConversationRequestBaseStructural definition for Conversation Request Base in the Mistral AI API contract.
agent_idstringagent id value in the Mistral AI API contract.
agent_versionstringagent version value in the Mistral AI API contract.
completion_argsstringcompletion args value in the Mistral AI API contract.
descriptionstringdescription value in the Mistral AI API contract.
guardrailsstringguardrails value in the Mistral AI API contract.
handoff_executionstringhandoff execution value in the Mistral AI API contract.
inputsConversationInputsrequiredinputs value in the Mistral AI API contract.
instructionsstringinstructions value in the Mistral AI API contract.
metadatastringmetadata value in the Mistral AI API contract.
modelstringmodel value in the Mistral AI API contract.
namestringname value in the Mistral AI API contract.
storestringstore value in the Mistral AI API contract.
streamstringstream value in the Mistral AI API contract.
toolsstringtools value in the Mistral AI API contract.