mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix typing
This commit is contained in:
parent
57295cedef
commit
ed8235ea07
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue