From 8c98962305cdca8b2c0f08e4bd52a9a6d160870e Mon Sep 17 00:00:00 2001 From: itsmvd Date: Mon, 23 Dec 2024 11:03:45 +0000 Subject: [PATCH] linter stuff --- timesketch/lib/llms/aistudio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesketch/lib/llms/aistudio.py b/timesketch/lib/llms/aistudio.py index c7d7e01a74..77b6502efa 100644 --- a/timesketch/lib/llms/aistudio.py +++ b/timesketch/lib/llms/aistudio.py @@ -56,7 +56,7 @@ def generate(self, prompt: str, response_schema: Optional[dict] = None) -> str: Args: prompt: The prompt to use for the generation. - response_schema: An optional JSON schema to define the expected + response_schema: An optional JSON schema to define the expected response format. Returns: