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

@ -276,6 +276,7 @@ class RealtimeFeedbackObserver(BaseObserver):
build_function_call_start_event(
function_name=frame.function_name,
tool_call_id=frame.tool_call_id,
arguments=dict(frame.arguments or {}),
)
)
# Handle function call result