MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _current_step_tool_result_signal

Function _current_step_tool_result_signal

uncommon_route/proxy.py:1528–1532  ·  view source on GitHub ↗
(messages: list[Any], step_type: str)

Source from the content-addressed store, hash-verified

1526
1527
1528def _current_step_tool_result_signal(messages: list[Any], step_type: str) -> tuple[str, bool]:
1529 if step_type != "tool-result-followup":
1530 return "", False
1531 text, is_error, _command = _latest_tool_result_context(messages)
1532 return text, is_error
1533
1534
1535def _current_step_tool_result_context(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected