From 43a778713011dea53ea659cbf60f0b8003423460 Mon Sep 17 00:00:00 2001 From: Tristan Chin Date: Sat, 9 Sep 2023 14:56:57 -0400 Subject: [PATCH] [docs] Fix ConversationRequestOptions --- .../src/mdx/docs/conversation/conversation-request-options.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/mdx/docs/conversation/conversation-request-options.mdx b/packages/docs/src/mdx/docs/conversation/conversation-request-options.mdx index 6a7e757..c8dfcc0 100644 --- a/packages/docs/src/mdx/docs/conversation/conversation-request-options.mdx +++ b/packages/docs/src/mdx/docs/conversation/conversation-request-options.mdx @@ -37,7 +37,7 @@ The options you pass are conveniently the same as the [`toJSON`](#serialization- - `password`: The proxy password. > A header `Proxy-Authorization` is automatically added to the request with the proxy authentication. - > You shouldn't need to add it yourself unless you want to override the default value of "Basic {auth}" where `{auth}` is a base64-encoded string of the `username:password`. + > You shouldn't need to add it yourself unless you want to override the default value of "Basic \{auth\}" where `{auth}` is a base64-encoded string of the `username:password`. ## Serialization and Deserialization