GenericFakeChatModel : implement the bind_tools method #29893
Unanswered
le-codeur-rapide
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.
-
Checked other resources
Commit to Help
Example Code
Description
Hello,
I want to test my agent and my tools without calling openai.
I see that there is already a GenericFakeChatModel implemented so I tried to use it, but the .bind_tools() method returns a not implemented error.
Is there already some kind of fake llm that can call tools implemented in langchain ?
The precise need would be a LLM that support the bind_tools method, can call tools (randomly or not) and return fake text as the final answer
Or is there an interest that I implement this myself ?
Thank you for your answer !
System Info
not relevant
Beta Was this translation helpful? Give feedback.
All reactions