diff --git a/pingpong/ai.py b/pingpong/ai.py index 68cb1fe8f..bad9671b2 100644 --- a/pingpong/ai.py +++ b/pingpong/ai.py @@ -1517,6 +1517,8 @@ async def add_cached_tool_call_on_code_interpreter_tool_call_created( "output_index": self.prev_output_index, "type": "code_interpreter", "code_interpreter": {"input": data.code or "", "outputs": None}, + "status": data.status, + "run_id": str(self.run_id), }, } ) @@ -1831,6 +1833,7 @@ async def add_cached_tool_call_on_web_search_call_created( if self.show_web_search_actions else None, }, + "run_id": str(self.run_id), }, } )