mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue