From 56f69030e924c5227d181a082df4b4eefd5f673a Mon Sep 17 00:00:00 2001 From: manodyaSenevirathne Date: Thu, 8 Aug 2024 11:06:49 +0530 Subject: [PATCH] Added affected schemas from removing `depricated` parameter to sanitations.md --- docs/spec/sanitations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spec/sanitations.md b/docs/spec/sanitations.md index 559a946..b52fc53 100644 --- a/docs/spec/sanitations.md +++ b/docs/spec/sanitations.md @@ -11,6 +11,8 @@ These changes are done in order to improve the overall usability, and as workaro 1. **Removed the `Deprecated: true` property from the below schemas**: + - **Changed Schemas**: `ChatCompletionRequestAssistantMessage`,`ChatCompletionRequestFunctionMessage`,`ChatCompletionFunctions`,`ChatCompletionResponseMessage`,`ChatCompletionStreamResponseDelta`,`CreateChatCompletionRequest` + - **Original**: - `Deprecated: true`