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 3984db8 commit 3663021Copy full SHA for 3663021
docs/src/content/docs/guides/models.mdx
@@ -61,9 +61,10 @@ const myAgent = new Agent({
61
name: 'My Agent',
62
instructions: "You're a helpful agent.",
63
modelSettings: {
64
- reasoning: { effort: 'minimal' },
65
- text: { verbosity: 'low' },
66
- },
+ providerData: {
+ reasoning: { effort: 'minimal' },
+ text: { verbosity: 'low' },
67
+ },
68
// If OPENAI_DEFAULT_MODEL=gpt-5 is set, passing only modelSettings works.
69
// It's also fine to pass a GPT-5 model name explicitly:
70
// model: 'gpt-5',
0 commit comments