mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
refactor: refactor TesterPanel into smaller components
This commit is contained in:
parent
5d9ae9da6d
commit
f1fdc41949
38 changed files with 2062 additions and 1492 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue