mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
Remove sender agent tag from agent messages
This commit is contained in:
parent
3063c9fea9
commit
c1136558d8
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ function convertMsgsInput(messages: z.infer<typeof Message>[]): AgentInputItem[]
|
|||
role: 'assistant',
|
||||
content: [{
|
||||
type: 'output_text',
|
||||
text: `Sender agent: ${msg.agentName}\nContent: ${msg.content}`,
|
||||
text: `${msg.content}`,
|
||||
}],
|
||||
status: 'completed',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue