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.
1 parent 5eec093 commit 0207b08Copy full SHA for 0207b08
docs/providers/anthropic.md
@@ -75,7 +75,7 @@ Prism::text()
75
->using('anthropic', 'claude-3-7-sonnet-latest')
76
->withPrompt('What is the meaning of life, the universe and everything in popular fiction?')
77
// enable thinking
78
- ->withProviderOptions(['thinking' => ['enabled' => true']])
+ ->withProviderOptions(['thinking' => ['enabled' => true]])
79
->asText();
80
```
81
By default Prism will set the thinking budget to the value set in config, or where that isn't set, the minimum allowed (1024).
0 commit comments