@@ -238,8 +238,8 @@ export namespace ChatCompletionsResponse {
238
238
role : 'assistant' ;
239
239
240
240
/**
241
- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
242
- * a function that should be called, as generated by the model.
241
+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
242
+ * function that should be called, as generated by the model.
243
243
*/
244
244
function_call ?: Message . FunctionCall ;
245
245
@@ -251,8 +251,8 @@ export namespace ChatCompletionsResponse {
251
251
252
252
export namespace Message {
253
253
/**
254
- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
255
- * a function that should be called, as generated by the model.
254
+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
255
+ * function that should be called, as generated by the model.
256
256
*/
257
257
export interface FunctionCall {
258
258
/**
@@ -722,8 +722,8 @@ export namespace ChatCompletionsParams {
722
722
| null ;
723
723
724
724
/**
725
- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
726
- * a function that should be called, as generated by the model.
725
+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
726
+ * function that should be called, as generated by the model.
727
727
*/
728
728
function_call ?: ChatCompletionRequestAssistantMessage . FunctionCall | null ;
729
729
@@ -770,8 +770,8 @@ export namespace ChatCompletionsParams {
770
770
}
771
771
772
772
/**
773
- * @deprecated : Deprecated and replaced by `tool_calls`. The name and arguments of
774
- * a function that should be called, as generated by the model.
773
+ * @deprecated Deprecated and replaced by `tool_calls`. The name and arguments of a
774
+ * function that should be called, as generated by the model.
775
775
*/
776
776
export interface FunctionCall {
777
777
/**
0 commit comments