From 9bccce71fa79a4553b71bd8a57b1fe5c67033cdf Mon Sep 17 00:00:00 2001 From: Sarina Li Date: Tue, 18 Nov 2025 10:18:14 -0500 Subject: [PATCH] update broken link --- libs/python/agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/python/agent/README.md b/libs/python/agent/README.md index 1c4b1cc5..75b11914 100644 --- a/libs/python/agent/README.md +++ b/libs/python/agent/README.md @@ -78,7 +78,7 @@ if __name__ == "__main__": - [Chat History](https://cua.ai/docs/agent-sdk/chat-history) - [Callbacks](https://cua.ai/docs/agent-sdk/callbacks) - [Custom Tools](https://cua.ai/docs/agent-sdk/custom-tools) -- [Custom Computer Handlers](https://cua.ai/docs/agent-sdk/custom-computer-handlers) +- [Custom Computer Handlers](https://cua.ai/docs/computer-sdk/custom-computer-handlers) - [Prompt Caching](https://cua.ai/docs/agent-sdk/prompt-caching) - [Usage Tracking](https://cua.ai/docs/agent-sdk/usage-tracking) - [Benchmarks](https://cua.ai/docs/agent-sdk/benchmarks)