How to use action_input from ConversationalAgent to ChainTool? #2607
Unanswered
jasontjahjono
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.
-
I am building a Chain Tool which is just an email-drafting LLM. It should be invoked from a Conversational Agent via Allowed Tools.
When the agent invokes this email inquiry tool, it passes down the input
{action: "Email Inquiry Tool", action_input: {name: "Jason", email: "[email protected]", question: "Who's the founder of this hotel?"}
My question is: I want to use the info from the action_input in my Prompt Template in the Chain Tool. How do I do it? The variables that pop up are only "question" and "chat_history".
Beta Was this translation helpful? Give feedback.
All reactions