Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformat reporting of subcomponents in all components derived from qu…
…estion of recent memory. We previously prefixed all subcomponents with "{name}'s\n" since typical names were things like "hunger" or "self identity". But it no longer makes sense given the way usage has evolved. Now we typically use subcomponents with keys like "Question: Is Bob hungry?\nAnswer: ". So the prefix should change. In practice, this change goes from: Old version which doesn't make sense: ``` Bob's Question: Is Bob hungry? Answer: Yes ''' New version after this change: ``` Question: Is Bob hungry? Answer: Yes ... If you want to restore the old behavior you can always include the agent name in the component's pre_act_key. PiperOrigin-RevId: 673449346 Change-Id: Ideca6a212794271becc7f3d1c2fb0cfa8ef3618b
- Loading branch information