minimax_chat
Have multi-turn conversations with MiniMax AI for coding tasks. Conversation history is maintained across exchanges for consistent context.
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) |