add crew org key to agentops

This commit is contained in:
Braelyn Boynton
2024-04-17 14:48:58 -07:00
parent e52e8e9568
commit 0ce8d14742

View File

@@ -240,6 +240,7 @@ class Crew(BaseModel):
self._set_tasks_callbacks()
i18n = I18N(language=self.language, language_file=self.language_file)
agentops.set_parent_key("daebe730-f54d-4af5-98df-e6946fb76d13")
for agent in self.agents:
agent.i18n = i18n