Skip to content

Commit 358e044

Browse files
committed
fix typo
1 parent 8006eff commit 358e044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/memory/memory_save.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
client = OpenAISwarm.new
44
model = ENV['SWARM_AGENT_DEFAULT_MODEL'] || "gpt-4o-mini"
55

6-
memory = OpenAISwarm::Memory.new({ memory_fields: ["language", "grade", "name", "sex"] })
6+
memory = OpenAISwarm::Memory.new(memory_fields: ["language", "grade", "name", "sex"])
77
memory.function
88

99
def get_weather(location:)

0 commit comments

Comments
 (0)