User-Controlled Tool Execution using ChatClient #3966
Replies: 1 comment
-
Saw that this is basically a duplicate of #2511 |
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.
-
Dear Community,
I am new to Spring AI, so this might be a basic question, apologies for this:
I am trying to implement the User-Controlled Tool Execution as described in the documentation.
However, I use the ChatClient interface to define a few advisors (e.g. RAG, Query Augmentation). I can add the manual tool calling there as well
Then I can build my prompt with tool calls and execute it
My question is: Where can I get the
promptWithMemory
from in order to do the following from the documentation?Thank you very much for your help!
Beta Was this translation helpful? Give feedback.
All reactions