Does openai has access to data when we use tools or functions #16208
Closed
d1pankarmedhi
started this conversation in
General
Replies: 1 comment 2 replies
-
After a tool is executed, it's response is sent to OpenAI in the form of a FunctionMessage. Without this response, the model running on OpenAI side wouldn't be able to act as an agent (i.e., take multiple steps based on previous tool results). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When we use functions/tools for agents, does openai have access to the data output from one of the functions?
Is it something like, the output of the first function getting passed on to the second function without the knowledge of openai OR is it that, openai knows about the data and decides which function to call based on the output data?
How does it work?
Beta Was this translation helpful? Give feedback.
All reactions