feat(crouton): add orgId, userId, Compaction_Settings and LLM_Config (#9022)
* LC one shot? * api changes * fix summarizer nameerror
This commit is contained in:
@@ -283,6 +283,9 @@ class SimpleLLMStreamAdapter(LettaLLMStreamAdapter):
|
||||
agent_id=self.agent_id,
|
||||
agent_tags=self.agent_tags,
|
||||
run_id=self.run_id,
|
||||
org_id=self.org_id,
|
||||
user_id=self.user_id,
|
||||
llm_config=self.llm_config.model_dump() if self.llm_config else None,
|
||||
),
|
||||
),
|
||||
label="create_provider_trace",
|
||||
|
||||
Reference in New Issue
Block a user