From 56a4d0178071ec9143981c2ffa130615c0b586b5 Mon Sep 17 00:00:00 2001 From: Elie Steinbock <3090527+elie222@users.noreply.github.com> Date: Fri, 23 Feb 2024 01:33:33 +0200 Subject: [PATCH] Fix docs --- docs/pages/docs/api-reference/use-completion.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/pages/docs/api-reference/use-completion.mdx b/docs/pages/docs/api-reference/use-completion.mdx index 2b33d34f999..5e456af81c2 100644 --- a/docs/pages/docs/api-reference/use-completion.mdx +++ b/docs/pages/docs/api-reference/use-completion.mdx @@ -106,12 +106,7 @@ export default function Completion() { 'credentials', '"omit" | "same-origin" | "include"', 'An optional literal that sets the mode of credentials to be used on the request. Defaults to "same-origin".', - ], - [ - 'sendExtraMessageFields', - 'boolean', - "An optional boolean that determines whether to send extra fields you've added to `messages`. Defaults to `false` and only the `content` and `role` fields will be sent to the API endpoint.", - ], + ] ]} />