mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
render agent transfers and tool results in realtime
This commit is contained in:
parent
739b7caa46
commit
e99f31d2b7
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export function Chat({
|
|||
|
||||
// collect published tool call results
|
||||
const toolCallResults: Record<string, z.infer<typeof apiV1.ToolMessage>> = {};
|
||||
messages
|
||||
optimisticMessages
|
||||
.filter((message) => message.role == 'tool')
|
||||
.forEach((message) => {
|
||||
toolCallResults[message.tool_call_id] = message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue