From d725954f879112f5e58afc4f6fb6adf803aa9e09 Mon Sep 17 00:00:00 2001 From: yashbonde Date: Fri, 15 Mar 2024 12:05:06 +0530 Subject: [PATCH] [chore] update return type --- chainfury/components/tune/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chainfury/components/tune/__init__.py b/chainfury/components/tune/__init__.py index 8c556e2..7aa550c 100644 --- a/chainfury/components/tune/__init__.py +++ b/chainfury/components/tune/__init__.py @@ -33,7 +33,7 @@ def chat( temperature: float = 1, *, token: Secret = Secret(""), - ) -> Dict[str, Any]: + ) -> str: """ Chat with the Tune Studio APIs, see more at https://studio.tune.app/