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 7b1e6e1 commit 65239b3Copy full SHA for 65239b3
specification/ai/ModelClient/models/chat_completions.tsp
@@ -120,7 +120,13 @@ model ChatCompletionsOptions {
120
""")
121
`model`?: string;
122
123
- ...AdditionalRequestHeaders;
+ @doc("""
124
+ Controls what happens if extra parameters, undefined by the REST API,
125
+ are passed in the JSON request payload.
126
+ This sets the HTTP request header `extra-parameters`.
127
+ """)
128
+ @header("extra-parameters")
129
+ extra_params?: ExtraParameters;
130
131
...Record<unknown>;
132
}
0 commit comments