diff --git a/concordia/thought_chains/thought_chains.py b/concordia/thought_chains/thought_chains.py index 50a4a721..b0b86287 100644 --- a/concordia/thought_chains/thought_chains.py +++ b/concordia/thought_chains/thought_chains.py @@ -370,7 +370,7 @@ def __call__( answer_prefix=f'{player} ') what_did_they_do = f'{player} {what_did_they_do}' call_to_action = ('Is the following possible action something that ' + - '{agent_name} would do in this situation?\n' + + '{name} would do in this situation?\n' + f'Possible action: {what_did_they_do}\n') action_spec = agent_types.ActionSpec( call_to_action=call_to_action,