mirror of
https://github.com/openai/harmony.git
synced 2025-08-23 01:17:09 -04:00
docs: update format.md (#45)
This commit is contained in:
parent
3fb0342894
commit
535ab26a46
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue