Skip to content

Commit

Permalink
update action spec, which now uses {name} instead of {agent_name}
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 653980249
Change-Id: I8efea59a7692de2ee30a7c84be3a1828022c6a19
  • Loading branch information
vezhnick authored and copybara-github committed Jul 19, 2024
1 parent 6a999f2 commit a619d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/thought_chains/thought_chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a619d2b

Please sign in to comment.