Auto-passing of Go functions as GPT function calls? #501
sashabaranov
started this conversation in
Ideas
Replies: 1 comment
-
You might be interested in https://github.com/tmc/go2oapi |
Beta Was this translation helpful? Give feedback.
0 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.
-
Stumbled upon this nice Python library that automatically passes Python functions to prompt https://github.com/jackmpcollins/magentic
I'm wondering if we can do a similar thing using
reflect
and if it could be useful.Beta Was this translation helpful? Give feedback.
All reactions