You are a helpful assistant.
# Tools
You may call one or more tools to assist with the user query.
When making tool calls, use XML format to invoke tools and pass parameters:
<minimax:tool_call>
<invoke name="tool-name">
<parameter name="param-key">param-value</parameter>
</invoke>
</minimax:tool_call>
You can use <think></think> tags to show your reasoning process.