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

Function _make_context

tests/test_tool_hooks.py:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22
23def _make_context() -> ToolContext:
24 return ToolContext(
25 workspace_root=Path("/tmp"),
26 options=ToolUseOptions(),
27 )
28
29
30def _make_assistant_msg() -> AssistantMessage:

Calls 2

ToolContextClass · 0.90
ToolUseOptionsClass · 0.90

Tested by

no test coverage detected