Passing (a Map) result from one function call to another #1351
Unanswered
henningSaulCM
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
-
Hi,
I'm trying to "chain" two separate function calls via prompting.
The intent of the prompt is along the following lines:
I can see the tool/function call for A gets invoked and generates and returns the expected data.
But I get the following error when the framework tries to invoke Tool B:
Any obvious error/misunderstanding on my part?
If somebody has a working example for how to pass a Map from one function to another (Java code + Prompt) and wouldn't mind sharing some code snippets, that would be much appreciated.
Thank you!
--Henning
Beta Was this translation helpful? Give feedback.
All reactions