@@ -160,8 +160,8 @@ export interface ChatCompletionAssistantMessageParam {
160160 content ?: string | Array < ChatCompletionContentPartText | ChatCompletionContentPartRefusal > | null ;
161161
162162 /**
163- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
164- * a function that should be called, as generated by the model.
163+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
164+ * function that should be called, as generated by the model.
165165 */
166166 function_call ?: ChatCompletionAssistantMessageParam . FunctionCall | null ;
167167
@@ -195,8 +195,8 @@ export namespace ChatCompletionAssistantMessageParam {
195195 }
196196
197197 /**
198- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
199- * a function that should be called, as generated by the model.
198+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
199+ * function that should be called, as generated by the model.
200200 */
201201 export interface FunctionCall {
202202 /**
@@ -357,8 +357,8 @@ export namespace ChatCompletionChunk {
357357 content ?: string | null ;
358358
359359 /**
360- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
361- * a function that should be called, as generated by the model.
360+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
361+ * function that should be called, as generated by the model.
362362 */
363363 function_call ?: Delta . FunctionCall ;
364364
@@ -377,8 +377,8 @@ export namespace ChatCompletionChunk {
377377
378378 export namespace Delta {
379379 /**
380- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
381- * a function that should be called, as generated by the model.
380+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
381+ * function that should be called, as generated by the model.
382382 */
383383 export interface FunctionCall {
384384 /**
@@ -617,8 +617,8 @@ export interface ChatCompletionMessage {
617617 audio ?: ChatCompletionAudio | null ;
618618
619619 /**
620- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
621- * a function that should be called, as generated by the model.
620+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
621+ * function that should be called, as generated by the model.
622622 */
623623 function_call ?: ChatCompletionMessage . FunctionCall | null ;
624624
@@ -630,8 +630,8 @@ export interface ChatCompletionMessage {
630630
631631export namespace ChatCompletionMessage {
632632 /**
633- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
634- * a function that should be called, as generated by the model.
633+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
634+ * function that should be called, as generated by the model.
635635 */
636636 export interface FunctionCall {
637637 /**
0 commit comments