Replies: 1 comment 1 reply
-
Yes, the Elixir LangChain library already has functions (the only type of tool that exists for OpenAI). I created a There's an example of a pre-built tool here: There's an example of a router here: As for OpenAPI, I'm not aware of a good Elixir library for creating an OpenAPI client. Do you know one? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Something similar to: https://python.langchain.com/docs/integrations/toolkits/openapi
Just learned about this approach here: https://learn.deeplearning.ai/courses/functions-tools-agents-langchain/lesson/6/tools-and-routing
Beta Was this translation helpful? Give feedback.
All reactions