Function Calling in ContextChatEngine #15855
Unanswered
Calabrone76
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using a chat engine with openai and GPT-4o-mini.
The engine is built using the ContextChatEngine class.
Here the snippet of code for the chat engine creation:
All work fine, but now we would like to implement also function_calling. Is it possible to use this feature in the structure above?
EDIT: i've tryed to use tools in llm configuration passing as additional_kwargs but it doesn't work
Beta Was this translation helpful? Give feedback.
All reactions