mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
test(guardrails): type the recorder hook's logging_obj as object
This commit is contained in:
parent
810acdad97
commit
2e83871d54
1 changed files with 1 additions and 1 deletions
|
|
@ -1392,7 +1392,7 @@ class TestOpenAIChatCompletionsHandlerStreamingOutput:
|
|||
inputs: GenericGuardrailAPIInputs,
|
||||
request_data: dict,
|
||||
input_type: Literal["request", "response"],
|
||||
logging_obj: Optional[Any] = None,
|
||||
logging_obj: object = None,
|
||||
) -> GenericGuardrailAPIInputs:
|
||||
self.seen_inputs.append(inputs)
|
||||
return inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue