From 535ab26a46a4281b330ede2eb37b90fdca662ccb Mon Sep 17 00:00:00 2001 From: googlefan256 Date: Sat, 16 Aug 2025 07:54:31 +0900 Subject: [PATCH] docs: update format.md (#45) --- docs/format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/format.md b/docs/format.md index 49cc1ec..a0d2708 100644 --- a/docs/format.md +++ b/docs/format.md @@ -64,7 +64,7 @@ system_message = ( developer_message = ( DeveloperContent.new() .with_instructions("Always respond in riddles") - .with_tools( + .with_function_tools( [ ToolDescription.new( "get_current_weather",