mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 16:25:29 +00:00
fix typing
This commit is contained in:
@@ -2200,7 +2200,7 @@ class StandardLoggingPayload(TypedDict):
|
||||
error_information: Optional[StandardLoggingPayloadErrorInformation]
|
||||
model_parameters: dict
|
||||
hidden_params: StandardLoggingHiddenParams
|
||||
guardrail_information: Optional[list[StandardLoggingGuardrailInformation]]
|
||||
guardrail_information: Optional[List[StandardLoggingGuardrailInformation]]
|
||||
standard_built_in_tools_params: Optional[StandardBuiltInToolsParams]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user