From b56974a853476bd2ddf167350c5a1caffc65570b Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Mon, 28 Jul 2025 09:45:26 -0400 Subject: [PATCH] Added correct computer_call_output format --- docs/content/docs/home/agent-sdk/chat-history.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/home/agent-sdk/chat-history.mdx b/docs/content/docs/home/agent-sdk/chat-history.mdx index b675350b..83435a70 100644 --- a/docs/content/docs/home/agent-sdk/chat-history.mdx +++ b/docs/content/docs/home/agent-sdk/chat-history.mdx @@ -56,7 +56,7 @@ messages = [ "call_id": "call_QI6OsYkXxl6Ww1KvyJc4LKKq", "output": { "type": "input_image", - "image_url": "[omitted]" + "image_url": "data:image/png;base64,..." } }, # final agent turn adds the agent output text to the history