-
Notifications
You must be signed in to change notification settings - Fork 274
Closed
Description
Hi!
I've been looking into Autonomy usage which internally will use the LlmRanker in order to decide which the best goal is based in user's input.
Let's assume the following scenario:
- User ask a question
- A goal is selected by the LlmRanker
- Selected goal might end up with asking user for more context/information
- Then user provides answer
- Next call by LlmRanker will try to choose the next best goal only by the user input provided in 4) without information on what happened so far
- Next goal selection might become a bit unreliable
I imagine that LlmRanker needs to have access to the previous messages (chat memory) in order to compute the next goal in the best possible way.
What do you think about this?
Metadata
Metadata
Assignees
Labels
No labels