Skip to content

Commit

Permalink
Reformat file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheepsta300 committed Oct 4, 2024
1 parent 6bc3cc9 commit 446e396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class AzureAIContentSafetyChain(Chain):
moderated_chain.invoke({"input": "Hey, How are you?"})
"""

client: Any = None #: :meta private:
client: Any = None #: :meta private:
error: bool = False
"""Whether or not to error if bad content was found."""
input_key: str = "input" #: :meta private:
Expand Down

0 comments on commit 446e396

Please sign in to comment.