From d7335a97facec22c2751f82ebcbf858876d47936 Mon Sep 17 00:00:00 2001 From: Aditya Rana <42575044+ranaaditya@users.noreply.github.com> Date: Sun, 8 Dec 2024 00:52:31 +0530 Subject: [PATCH] Fix a typo in message.py (#60) --- aisuite/framework/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aisuite/framework/message.py b/aisuite/framework/message.py index 5aa7f822..bf07688d 100644 --- a/aisuite/framework/message.py +++ b/aisuite/framework/message.py @@ -1,4 +1,4 @@ -"""Interface to hold contents of api responses when they do not conform to the OpenAI style response""" +"""Interface to hold contents of api responses when they do not confirm to the OpenAI style response""" class Message: