Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ MessageUpdateLazy
Class
MessageUpdateLazy
src/services/tool_execution/tool_execution.py:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
@dataclass
42
class
MessageUpdateLazy:
43
message: Message | None = None
44
context_modifier: ContextModifier | None = None
45
46
47
async
def
run_tool_use(
Callers
3
test_tool_execution_imports
Method · 0.90
run_tool_use
Function · 0.85
_check_permissions_and_call_tool
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_tool_execution_imports
Method · 0.72