docs: update format.md (#45)

This commit is contained in:
googlefan256 2025-08-16 07:54:31 +09:00 committed by GitHub
parent 3fb0342894
commit 535ab26a46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ system_message = (
developer_message = ( developer_message = (
DeveloperContent.new() DeveloperContent.new()
.with_instructions("Always respond in riddles") .with_instructions("Always respond in riddles")
.with_tools( .with_function_tools(
[ [
ToolDescription.new( ToolDescription.new(
"get_current_weather", "get_current_weather",