From f442454078a3c187352d32596711037b0948ac43 Mon Sep 17 00:00:00 2001 From: goulustis Date: Tue, 2 Dec 2025 15:53:32 +0800 Subject: [PATCH] more comments --- lang_agent/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang_agent/base.py b/lang_agent/base.py index 19b7897..68e7292 100644 --- a/lang_agent/base.py +++ b/lang_agent/base.py @@ -52,6 +52,6 @@ class ToolNodeBase(GraphBase): def get_delay_keys(self)->Tuple[str, str]: """ returns 2 words, one for starting delayed yeilding, the other for ending delayed yielding, - they should be of format ('[key1]', '[key2]') + they should be of format ('[key1]', '[key2]'); key1 is starting, key2 is ending """ return None, None \ No newline at end of file