Skip to content

Commit

Permalink
Copybara import of the project:
Browse files Browse the repository at this point in the history
--
3c5ac0f by Ikko Eltociear Ashimine <[email protected]>:

Update somatic_state.py

concatentation -> concatenation

COPYBARA_INTEGRATE_REVIEW=#8 from eltociear:patch-1 3c5ac0f
PiperOrigin-RevId: 590134778
Change-Id: Id9d122b9b335bbc24963ff96c061056297fca4d3
  • Loading branch information
eltociear authored and copybara-github committed Dec 12, 2023
1 parent c0adbd8 commit b447337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/components/agent/somatic_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(
agent_name: the name of the agent
clock_now: time callback to use for the state.
summarize: if True, the resulting state will be a one sentence summary,
otherwise state it would be a concatentation of five separate
otherwise state it would be a concatenation of five separate
characteristics
"""
self._model = model
Expand Down

0 comments on commit b447337

Please sign in to comment.