diff --git a/apps/rowboat/app/lib/agents.ts b/apps/rowboat/app/lib/agents.ts index 54db8734..e1796bf5 100644 --- a/apps/rowboat/app/lib/agents.ts +++ b/apps/rowboat/app/lib/agents.ts @@ -567,7 +567,7 @@ function convertMsgsInput(messages: z.infer[]): AgentInputItem[] role: 'assistant', content: [{ type: 'output_text', - text: `Sender agent: ${msg.agentName}\nContent: ${msg.content}`, + text: `${msg.content}`, }], status: 'completed', });