tools.retrieve_tool_call_log module

Tool for retrieving full tool call execution traces from Redis.

async tools.retrieve_tool_call_log.run(summary_id, ctx=None)[source]

Execute this tool and return the result.

Parameters:
  • summary_id (str) – The UUID of the tool-call summary.

  • ctx – Tool execution context providing access to bot internals.

Returns:

JSON string containing the full execution traces.

Return type:

str