update comments

This commit is contained in:
2025-12-12 14:14:24 +08:00
parent a478f7d601
commit b0d74cab85

View File

@@ -73,6 +73,7 @@ class ChattyToolNodeConfig(KeyConfig, ToolNodeConfig):
"""base url; could be used to overwrite the baseurl in llm provider"""
chatty_sys_prompt_f:str = osp.join(osp.dirname(osp.dirname(osp.dirname(__file__))), "configs", "route_sys_prompts", "chatty_prompt.txt")
"""path to chatty system prompt"""
class ChattyToolNode(ToolNodeBase):