From 3832a82d8bdb9cfad449c748cb8eca2581cef24a Mon Sep 17 00:00:00 2001 From: Nate Chan Date: Tue, 5 Aug 2025 10:16:15 -0700 Subject: [PATCH] =?UTF-8?q?first=20fix=20=E2=80=94=20readme=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a7780..c00be68 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ system_message_content = SystemContent.new().with_conversation_start_date( if use_browser_tool: # enables the tool system_message_content = system_message_content.with_tools(browser_tool.tool_config) - # alternativel you could + # alternatively you could use the following if your tool is not stateless system_message_content = system_message_content.with_browser() # construct the system message