From 529b6160616eb5f4f09242cf914b8e5e0aae4090 Mon Sep 17 00:00:00 2001 From: Lee Reilly Date: Sat, 17 Jan 2026 12:36:50 -0800 Subject: [PATCH] Correct backtick code block formatting Fix formatting of code block in README --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 5c0edbc..3fc1300 100644 --- a/python/README.md +++ b/python/README.md @@ -151,7 +151,7 @@ session = await client.create_session({ ) ], }) -```` +``` The SDK automatically handles `tool.call`, executes your handler (sync or async), and responds with the final result when the tool completes.