From 04e93687adac9537ba465784a14320785eadea5a Mon Sep 17 00:00:00 2001 From: Sarina Li Date: Mon, 10 Nov 2025 11:14:41 -0500 Subject: [PATCH] fix new line + ai gen citing --- docs/content/docs/computer-sdk/computers.mdx | 13 ++----------- docs/content/docs/computer-sdk/tracing-api.mdx | 5 ----- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/docs/content/docs/computer-sdk/computers.mdx b/docs/content/docs/computer-sdk/computers.mdx index 238c12e0..45b70c22 100644 --- a/docs/content/docs/computer-sdk/computers.mdx +++ b/docs/content/docs/computer-sdk/computers.mdx @@ -3,17 +3,8 @@ title: Cua Computers description: Understanding Cua computer types and connection methods --- - - A corresponding{' '} - - Jupyter Notebook - {' '} - and{' '} - - NodeJS project - {' '} - are available for this documentation. - +{/* prettier-ignore */} +A corresponding Jupyter Notebook and NodeJS project are available for this documentation. Before we can automate apps using AI, we need to first connect to a Computer Server to give the AI a safe environment to execute workflows in. diff --git a/docs/content/docs/computer-sdk/tracing-api.mdx b/docs/content/docs/computer-sdk/tracing-api.mdx index 06c889f3..79b4b0a5 100644 --- a/docs/content/docs/computer-sdk/tracing-api.mdx +++ b/docs/content/docs/computer-sdk/tracing-api.mdx @@ -7,11 +7,6 @@ description: Record computer interactions for debugging, training, and analysis The Computer tracing API provides a powerful way to record computer interactions for debugging, training, analysis, and compliance purposes. Inspired by Playwright's tracing functionality, it offers flexible recording options and standardized output formats. - - The tracing API addresses GitHub issue #299 by providing a unified recording interface that works - with any Computer usage pattern, not just ComputerAgent. - - ## Overview The tracing API allows you to: