refactor: refactor TesterPanel into smaller components

This commit is contained in:
Abhishek Kumar 2026-05-21 13:48:40 +05:30
parent 5d9ae9da6d
commit f1fdc41949
38 changed files with 2062 additions and 1492 deletions

View file

@ -80,6 +80,7 @@ def build_text_chat_realtime_feedback_events(
build_function_call_start_event(
function_name=payload.get("function_name"),
tool_call_id=payload.get("tool_call_id"),
arguments=payload.get("arguments"),
),
timestamp=timestamp,
turn=turn_index,