You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea: LLM should be able to focus on what changed since previous observation (especially if history type is different than FULL_CONVERSATION, i.e only has access to the last observation when making a decision).
Scenarios:
validation of form elements, e.g. if LLM inputs an invalid email in an email field. An error message will be displayed but it's likely to be lost in all other interactions elements.
Modal / pop ups that appear, etc.
As a human we naturally put our attention on things that changed since last observation. LLM should be able to do the same
The text was updated successfully, but these errors were encountered:
Idea: LLM should be able to focus on what changed since previous observation (especially if history type is different than
FULL_CONVERSATION
, i.e only has access to the last observation when making a decision).Scenarios:
As a human we naturally put our attention on things that changed since last observation. LLM should be able to do the same
The text was updated successfully, but these errors were encountered: