about the "high-level" implementation question #3530
Unanswered
XIAOke8698
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Your question has no information on how did you actually do it so it's impossible for us to guess what did you do wrong. Generally speaking, make sure you save llm with bound tools then use the bound llm for invocation `llm_with_tools.invoke(messages)`` |
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.
-
In the "high-level" implementation of the home page, why did the AI conversation not load tools into funtioncall when I asked for the second time what the weather was like? As a result, the tool was not invoked in the second session, although I used the memory module as well.
Beta Was this translation helpful? Give feedback.
All reactions