Skip to content

Commit bb46c69

Browse files
committed
fix(multi-agent): Replace outdated load_or_create_agent_cache.
1 parent 279199a commit bb46c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multi-agent/multi-agent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class MathAgent
116116
std::move(callbacks),
117117
get_instructions());
118118

119-
load_or_create_agent_cache(*agent_, cache_path);
119+
agent_->load_or_create_cache(cache_path);
120120
}
121121

122122
std::string solve(const std::string& problem)

0 commit comments

Comments
 (0)