Files
2026-05-30 14:16:04 -05:00

10 lines
188 B
Python

"""Test-only stand-in for Hermes's tool registry helpers."""
from __future__ import annotations
import json
def tool_error(msg: str) -> str:
return json.dumps({"error": str(msg)})