fix: add missing call_type to more ProviderTrace callsites (#9266)

- letta_llm_request_adapter.py
- llm_api_tools.py

🤖 Generated with [Letta Code](https://letta.com)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
cthomas
2026-02-03 15:51:02 -08:00
committed by Caren Thomas
parent 9bf10b4761
commit 00aa51927d
3 changed files with 5 additions and 0 deletions

View File

@@ -245,6 +245,7 @@ def create(
request_json=prepare_openai_payload(data),
response_json=response.model_json_schema(),
step_id=step_id,
call_type="agent_step",
),
)