Replies: 5 comments 6 replies
-
Same issue here, had to rollback to 7.3.1 to make the example work. Any help will be much appreciated |
Beta Was this translation helpful? Give feedback.
-
There are some examples available in the playground. Are there any issues with them? |
Beta Was this translation helpful? Give feedback.
-
I think I or OpenAI broke function calling. I will be focusing on fixing that this week. Additionally, I plan to provide additional documentation. Please leave a comment here if the playground sample doesn't work for you or if you have any feedback about function calling. |
Beta Was this translation helpful? Give feedback.
-
I have solved a couple of bugs. I plan to merge them tomorrow and release a new version. As @Nicelittlewood mentioned, updating functions to tools is quite easy. Just imagine a tool as a wrapper of a function. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your help! It works now. |
Beta Was this translation helpful? Give feedback.
-
This line in the documentation on the main page:
"Functions = new List { fn1, fn2, fn3, fn4 },"
is not working anymore.
It seems like it should have been replaced with something like:
ToolChoice = ToolChoice.FunctionChoice(...
but I wasn't able to get it to work or to find a working example on the web.
Help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions