minimax_chat
Conduct multi-turn conversations with MiniMax AI. Preserve context across calls to offload coding tasks and reduce token usage.
Instructions
Multi-turn chat with MiniMax AI. Supports conversation context preservation across multiple calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to send to MiniMax | |
| conversationId | No | ID of existing conversation to continue | |
| model | No | Model override (default: MINIMAX_DEFAULT_MODEL env var, typically M2.7) | |
| systemPrompt | No | System prompt (only for new conversations) |