@@ -163,8 +163,8 @@ export interface ChatCompletionAssistantMessageParam {
163
163
content ?: string | Array < ChatCompletionContentPartText | ChatCompletionContentPartRefusal > | null ;
164
164
165
165
/**
166
- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
167
- * a function that should be called, as generated by the model.
166
+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
167
+ * function that should be called, as generated by the model.
168
168
*/
169
169
function_call ?: ChatCompletionAssistantMessageParam . FunctionCall | null ;
170
170
@@ -198,8 +198,8 @@ export namespace ChatCompletionAssistantMessageParam {
198
198
}
199
199
200
200
/**
201
- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
202
- * a function that should be called, as generated by the model.
201
+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
202
+ * function that should be called, as generated by the model.
203
203
*/
204
204
export interface FunctionCall {
205
205
/**
@@ -360,8 +360,8 @@ export namespace ChatCompletionChunk {
360
360
content ?: string | null ;
361
361
362
362
/**
363
- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
364
- * a function that should be called, as generated by the model.
363
+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
364
+ * function that should be called, as generated by the model.
365
365
*/
366
366
function_call ?: Delta . FunctionCall ;
367
367
@@ -380,8 +380,8 @@ export namespace ChatCompletionChunk {
380
380
381
381
export namespace Delta {
382
382
/**
383
- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
384
- * a function that should be called, as generated by the model.
383
+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
384
+ * function that should be called, as generated by the model.
385
385
*/
386
386
export interface FunctionCall {
387
387
/**
@@ -620,8 +620,8 @@ export interface ChatCompletionMessage {
620
620
audio ?: ChatCompletionAudio | null ;
621
621
622
622
/**
623
- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
624
- * a function that should be called, as generated by the model.
623
+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
624
+ * function that should be called, as generated by the model.
625
625
*/
626
626
function_call ?: ChatCompletionMessage . FunctionCall | null ;
627
627
@@ -633,8 +633,8 @@ export interface ChatCompletionMessage {
633
633
634
634
export namespace ChatCompletionMessage {
635
635
/**
636
- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
637
- * a function that should be called, as generated by the model.
636
+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
637
+ * function that should be called, as generated by the model.
638
638
*/
639
639
export interface FunctionCall {
640
640
/**
0 commit comments