Any way to use the new function_calling features in the OpenAI API via Guidance? #234
Unanswered
TheSylvester
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Support will be landing for this soon, but not there yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is going to be a game-changer for those linking custom tools into their LLM usage logic.
I could not determine a way to somehow send that "functions" array through guidance. I tried passing it in through
guidance("my prompt", functions=[{...},{...}], llm)
but it didn't work Has anyone had any success?
Beta Was this translation helpful? Give feedback.
All reactions