Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 3 months ago
0
Follow
Hi all, what is the difference between
Hi all, what is the difference between
Inactive
0
Follow
n
node0
7 months ago
Β·
Hi all, what is the difference between using
llm
.predict
_and
_call
(
[function1
, function2
]
.
.
.
)
and using an agent with
FunctionCallingAgentWorker
(
[function1 function2
]
, llm
=llm
,
.
.
.
)
?
L
n
R
6 comments
Share
Open in Discord
L
Logan M
7 months ago
Not much, but a function calling worker can be hooked into an overall agent with memory
L
Logan M
7 months ago
the agent will drive the worker, and make many function calls
predict_and_call is a single iteration, a lower level api
n
node0
7 months ago
Got it! Thanks for the quick response.
R
Roland Tannous
7 months ago
a followup question is:
Is it possible to assign different llms to FunctionCallingAgentWorker and AgentRunner instances?
L
Logan M
7 months ago
The AgentRunner class actually doesn't use an LLM
R
Roland Tannous
7 months ago
oh ok
Add a reply
Sign up and join the conversation on Discord
Join on Discord