diff --git a/src/resources/chat/completions.ts b/src/resources/chat/completions.ts index 591079010..97ab2e9dd 100644 --- a/src/resources/chat/completions.ts +++ b/src/resources/chat/completions.ts @@ -329,7 +329,7 @@ export interface ChatCompletionCreateParamsBase { * Controls how the model responds to function calls. "none" means the model does * not call a function, and responds to the end-user. "auto" means the model can * pick between an end-user or calling a function. Specifying a particular function - * via `{"name":\ "my_function"}` forces the model to call that function. "none" is + * via `{"name": "my_function"}` forces the model to call that function. "none" is * the default when no functions are present. "auto" is the default if functions * are present. */