Skip to content

Commit f400073

Browse files
authored
docs: fix safePrompt on JS Guardrailing
1 parent cd6696b commit f400073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/capabilities/guardrailing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ chat_response = client.chat(
2626
const chatResponse = await client.chat(
2727
model: 'mistral-large-latest',
2828
messages: [{role: 'user', content: 'What is the best French cheese?'}],
29-
safe_prompt: true
29+
safePrompt: true
3030
);
3131
```
3232
</TabItem>

0 commit comments

Comments
 (0)