From e302b33be5f689e7f3d4b8ce33e6c7bd5aeaae1b Mon Sep 17 00:00:00 2001 From: James Murdza Date: Thu, 23 Oct 2025 13:48:09 -0700 Subject: [PATCH] Move example agent output into a collapsible section --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c94edd2d..ae2bfc1c 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,12 @@ async for result in agent.run(messages): print(item["content"][0]["text"]) ``` -### Output format (OpenAI Agent Responses Format): +### Output format + +Cua uses the OpenAI Agent response format. + +
+Example ```json { @@ -172,6 +177,8 @@ async for result in agent.run(messages): } ``` +
+ # Computer ([Docs](https://docs.trycua.com/docs/computer-sdk/computers)) ```bash