mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
add "provider_specific_fields": null
This commit is contained in:
parent
a69011883a
commit
11cf22e7b8
1 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,8 @@
|
|||
"content": "Hello! How can I assist you today?",
|
||||
"role": "assistant",
|
||||
"tool_calls": null,
|
||||
"function_call": null
|
||||
"function_call": null,
|
||||
"provider_specific_fields": null
|
||||
},
|
||||
"sessionId": "test_session_id",
|
||||
"version": "test_trace_version",
|
||||
|
|
@ -75,7 +76,8 @@
|
|||
"content": "Hello! How can I assist you today?",
|
||||
"role": "assistant",
|
||||
"tool_calls": null,
|
||||
"function_call": null
|
||||
"function_call": null,
|
||||
"provider_specific_fields": null
|
||||
},
|
||||
"level": "DEFAULT",
|
||||
"parentObservationId": "test_parent_observation_id",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue