mirror of
https://github.com/openai/harmony.git
synced 2025-08-26 01:17:09 -04:00
Update format.md
This commit is contained in:
parent
3efbf74253
commit
9fa3f54cf2
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