docs: Feature/update docs (#2257)

This commit is contained in:
Keith
2024-12-16 17:15:50 -08:00
committed by GitHub
parent 83adf0b9d2
commit c7131ad0da
14 changed files with 24 additions and 24 deletions

View File

@@ -1290,7 +1290,7 @@ class Agent(BaseAgent):
# NOTE: a bit of a hack - we pull the timestamp from the message created_by
memory_edit_timestamp = self._messages[0].created_at
# update memory (TODO: potentially update recall/archival stats seperately)
# update memory (TODO: potentially update recall/archival stats separately)
new_system_message_str = compile_system_message(
agent_id=self.agent_state.id,
system_prompt=self.agent_state.system,