mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
add StandardLoggingEvalInformation to SpendLogsMetadata
This commit is contained in:
parent
ab07c03556
commit
dfe3414b54
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ from litellm.types.utils import (
|
|||
ModelResponse,
|
||||
ProviderField,
|
||||
StandardCallbackDynamicParams,
|
||||
StandardLoggingEvalInformation,
|
||||
StandardLoggingGuardrailInformation,
|
||||
StandardLoggingMCPToolCall,
|
||||
StandardLoggingModelInformation,
|
||||
|
|
@ -3327,6 +3328,7 @@ class SpendLogsMetadata(TypedDict):
|
|||
mcp_tool_call_metadata: Optional[StandardLoggingMCPToolCall]
|
||||
vector_store_request_metadata: Optional[List[StandardLoggingVectorStoreRequest]]
|
||||
guardrail_information: Optional[List[StandardLoggingGuardrailInformation]]
|
||||
eval_information: Optional[List[StandardLoggingEvalInformation]]
|
||||
status: StandardLoggingPayloadStatus
|
||||
proxy_server_request: Optional[str]
|
||||
batch_models: Optional[List[str]]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue