Skip to content

Commit

Permalink
feat: make docs more readable by eliminating unnecessary escape seque…
Browse files Browse the repository at this point in the history
…nces (#287)
  • Loading branch information
stainless-bot authored Sep 5, 2023
1 parent 47e8f61 commit 0b20f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/chat/completions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 0b20f00

Please sign in to comment.