We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
safePrompt
1 parent cd6696b commit f400073Copy full SHA for f400073
docs/capabilities/guardrailing.mdx
@@ -26,7 +26,7 @@ chat_response = client.chat(
26
const chatResponse = await client.chat(
27
model: 'mistral-large-latest',
28
messages: [{role: 'user', content: 'What is the best French cheese?'}],
29
- safe_prompt: true
+ safePrompt: true
30
);
31
```
32
</TabItem>
0 commit comments