Short answer: Drop the "Mistral AI → Mistral Chat with Tools" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Model model | options | Required | Model. Options: Mistral Large 2, Mistral Medium 2, Mistral Small 3 |
User Message message | string | Required | User Message (required) |
Tools tools | array | Required | Array of tool defs in OpenAI-compatible format |
Tool Choice tool_choice | string | Optional | Tool Choice |
{"model": "{{trigger.model}}","message": "{{trigger.message}}","tools": "{{trigger.tools}}","tool_choice": "{{trigger.tool_choice}}"}
{"id": "msg_abc","choices": [{"message": {"role": "assistant","tool_calls": [{"id": "call_abc","function": {"name": "get_weather","arguments": "{\"city\":\"Paris\"}"}}]}}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.