MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / second_call

Method second_call

tests/test_query_unification_round3.py:153–155  ·  view source on GitHub ↗
(_i, ctx)

Source from the content-addressed store, hash-verified

151 )
152
153 def second_call(_i, ctx):
154 observed.append(str(ctx.cwd))
155 return ToolResult(name="Second", output="two")
156
157 first = build_tool(
158 name="First", input_schema=_SCHEMA, call=first_call,

Callers

nothing calls this directly

Calls 2

ToolResultClass · 0.90
appendMethod · 0.45

Tested by

no test coverage detected