fix commas in justfile helm secret setting and bug with missing metadata (#8874)

This commit is contained in:
Kian Jones
2026-01-16 23:17:50 -08:00
committed by Sarah Wooders
parent a92e868ee6
commit b0dfdd2725
4 changed files with 9 additions and 2 deletions

View File

@@ -280,6 +280,8 @@ class SimpleLLMStreamAdapter(LettaLLMStreamAdapter):
request_json=self.request_data,
response_json=response_json,
step_id=step_id,
agent_id=self.agent_id,
run_id=self.run_id,
),
),
label="create_provider_trace",