How to utilize conversational context in Dynamic Routes? #245
Unanswered
agyaatcoder
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.
-
How to utilize conversational context and knowledge, especially in multi-turn or chat contexts, for dynamic routes? For example, if a user asks: “How's is the weather there?”, route layer is classified correctly, but the function called is get_weather("there"). As the routing is applied at the query level, how to utilize contextual info from chat history to format corresponding API calls?
Beta Was this translation helpful? Give feedback.
All reactions