From 29ddf31f82480b525cd23eceebecc0c2d207621b Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 18 Jun 2025 22:13:48 +0200 Subject: [PATCH] tup docstring --- sources/tools/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tools/tools.py b/sources/tools/tools.py index 38f9cfa..d0648df 100644 --- a/sources/tools/tools.py +++ b/sources/tools/tools.py @@ -152,7 +152,7 @@ class Tools(): self.excutable_blocks_found = False return tmp - def load_exec_block(self, llm_text: str) -> tuple[list[str], str | None]: + def load_exec_block(self, llm_text: str): """ Extract code/query blocks from LLM-generated text and process them for execution. This method parses the text looking for code blocks marked with the tool's tag (e.g. ```python).