We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e2fc9 commit 9314ef1Copy full SHA for 9314ef1
langchain/src/chains/openai_moderation.ts
@@ -27,7 +27,7 @@ export interface OpenAIModerationChainInput
27
* OpenAIModerationChainInput interface.
28
* @example
29
* ```typescript
30
- * const moderation = new ChatOpenAIModerationChain({ throwError: true });
+ * const moderation = new OpenAIModerationChain({ throwError: true });
31
*
32
* const badString = "Bad naughty words from user";
33
0 commit comments