Replies: 1 comment
-
Hey there, @rmqrmqrmq! I'm here to help you out. If you have any bugs, questions, or want to become a contributor, feel free to ask me. To store temporary variables as global variables and retain LLM output for intent classification, you can use the
These methods help manage global variables without causing all conditions to execute simultaneously, as each method call updates the store independently [1][2]. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
Sometimes, such as when using LLM for intent classification, the LLM output is maybe just a classification value and the user's original query might be lost. It is necessary to store certain variables as global variables so they can be used in subsequent processes. How can this be achieved? (I tried using combine text to solve this, but it didn’t work because it caused all conditions to be executed simultaneously.)
Br,
Beta Was this translation helpful? Give feedback.
All reactions