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:
@@ -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",
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user