hermes - 💡(How to fix) Fix MiniMax provider: tool calls output as plain text instead of executing

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Problem

When using MiniMax as the LLM provider (MiniMax M2.7-highspeed), tool calls are not executed. The model outputs tool call syntax as plain text instead of triggering actual tool execution.

Environment

  • Hermes Agent version: v2026.5.29.2
  • Provider: MiniMax (minimax)
  • Platform: Linux (VPS)

Steps to reproduce

  1. Configure MiniMax as the provider
  2. Ask the agent to perform any task that requires a tool (e.g., terminal command, file read)
  3. The model responds with tool call syntax written as text

Example of broken output:

[TOOL_CALL] {tool => "terminal", args => { --command "echo test" }} [/TOOL_CALL]

The tool is never invoked.

Expected behavior

Tool calls should be executed normally as they are when using other providers (Anthropic, OpenRouter, etc.).

Notes

  • Other providers work correctly — this issue is specific to MiniMax
  • The model produces valid tool call syntax but the runtime does not intercept/execute it
  • Likely a tool call format compatibility issue between MiniMax output and Hermes's tool call parser

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Tool calls should be executed normally as they are when using other providers (Anthropic, OpenRouter, etc.).

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix MiniMax provider: tool calls output as plain text instead of executing