minimax_tool_call
Pass tools and tool_choice to MiniMax M3 for native tool-use support. Returns assistant responses with structured tool call proposals when the model requests tool execution.
Instructions
M3-native tool-use passthrough. Forwards tools and tool_choice verbatim to MiniMax M3 and returns the assistant content plus any proposed tool_calls. When the upstream finishes with finish_reason 'tool_calls', the text content is a structured JSON block with the call list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop | No | ||
| user | No | ||
| model | No | MiniMax-M3 | |
| tools | Yes | ||
| top_p | No | ||
| messages | Yes | ||
| max_tokens | No | ||
| temperature | No | ||
| tool_choice | No | ||
| presence_penalty | No | ||
| frequency_penalty | No |