tup docstring

This commit is contained in:
martin
2025-06-18 22:13:48 +02:00
parent 611eddb715
commit 29ddf31f82
+1 -1
View File
@@ -152,7 +152,7 @@ class Tools():
self.excutable_blocks_found = False self.excutable_blocks_found = False
return tmp 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. 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). This method parses the text looking for code blocks marked with the tool's tag (e.g. ```python).