more comments

This commit is contained in:
2025-12-02 15:53:32 +08:00
parent 9a004718d7
commit f442454078

View File

@@ -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