Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pingpong/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
},
}
)
Expand Down Expand Up @@ -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),
},
}
)
Expand Down