Sequential Agent is unable to use value from Set/Get Variable #2947
Unanswered
tarkancorak
asked this question in
Q&A
Replies: 1 comment
-
I think that you can use states as another option |
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
-
Does anybody know if it is by intention that the Sequential Agent does not offer a selection for a previously set variable? I'm setting a value with a Custom JS Function & Set Variable. When I connect it to the Format Prompt Values of the Sequential Agent and try to access the value from Set Variable, it does not provide me this option. However, when I try it out with an LLM Chain, it works. But for Agents, AFAIK, there is no option to use an LLM Chain.
I would like to know if there is another option to use variables in such an agentic scenario. And it would already help to know if this is actually a bug, or to know the reason why this option is not available. Thanks in advance!
Format Prompt Values for a Prompt Template:
![Format Prompt Values for a Prompt Template](https://private-user-images.githubusercontent.com/5011924/355491895-cfa7f6ed-d159-412c-9b96-6f5a5da426a8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MTQzNjIsIm5iZiI6MTczOTkxNDA2MiwicGF0aCI6Ii81MDExOTI0LzM1NTQ5MTg5NS1jZmE3ZjZlZC1kMTU5LTQxMmMtOWI5Ni02ZjVhNWRhNDI2YTgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMThUMjEyNzQyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjliZTY3MzI1YzRhYzk5MjI4MTY3YjNiOTQ1NDkxNmU0NTgwMDQ4YTI3ZDBmOTUzMDU2ZTJhMDlmZjhiMmFjNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.dlAs3uBzvRleC5M7zm6sYXfLAFYjb2_dgmwIQSzkV78)
Format Prompt Values for a Sequential Agent
![Format Prompt Values for a Sequential Agent](https://private-user-images.githubusercontent.com/5011924/355491902-a81002bf-6e7a-4216-809b-ad5ce8cba465.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MTQzNjIsIm5iZiI6MTczOTkxNDA2MiwicGF0aCI6Ii81MDExOTI0LzM1NTQ5MTkwMi1hODEwMDJiZi02ZTdhLTQyMTYtODA5Yi1hZDVjZThjYmE0NjUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMThUMjEyNzQyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmZlMDUwMThlMzU4NzRjYzViOWZjZmRkMWNhYjdjZDUzZWY2MzNiZDcxYmU4YWRkOTc3NTczN2IxMzQ1MDAyNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.woNZXk7ClCbdwGxLe-QNWDs6E7iIAsE31pnaWHQ-Gis)
Beta Was this translation helpful? Give feedback.
All reactions