$ sh reverse.sh [15:59:40.258] reverse proxy to http://localhost:3005 listening at *:8777. [15:59:40.300] Web server listening at http://0.0.0.0:8778/?token=0394251daef76e6101cf1fa1e3aaecdc ...
// 其中一个工具 { "tools":[ { "type":"function", "function":{ "name":"read", "description":"Read the contents of a file. Supports text files and images (jpg, png, gif, webp). Images are sent as attachments. For text files, output is truncated to 2000 lines or 50KB (whichever is hit first). Use offset/limit for large files. When you need the full file, continue with offset until complete.", "parameters":{ "type":"object", "required":[], "properties":{ "path":{ "description":"Path to the file to read (relative or absolute)", "type":"string" }, "offset":{ "description":"Line number to start reading from (1-indexed)", "type":"number" }, "limit":{ "description":"Maximum number of lines to read", "type":"number" }, "file_path":{ "description":"Path to the file to read (relative or absolute)", "type":"string" } } }, "strict":false } } ] }
{ "id":"0602d7448993a22d14e868b14524fb08", "choices":[ { "finish_reason":"stop", "index":0, "message":{ "content":"你好!有什么我可以帮你的吗? 🦞", "role":"assistant", "name":"MiniMax AI", "audio_content":"", "reasoning_content":"The user said \"你好\" which means \"Hello\" in Chinese. This is a simple greeting. I should respond naturally in Chinese since that's the language they used.\n\nLooking at the context:\n- This is a webchat direct message\n- The user is Xiaoming (from USER.md)\n- Timezone is Asia/Shanghai\n- It's Friday, March 13, 2026\n\nI should greet them back warmly but simply.", "reasoning_details":[ // ... ] } } ], "created":1773380676, "model":"MiniMax-M2.5", "object":"chat.completion", "usage":{ "total_tokens":14046, "total_characters":0, "prompt_tokens":13944, "completion_tokens":102, "completion_tokens_details":{ "reasoning_tokens":90 } }, // ... }