fix: provides correct prompts, tools and terminal predicates

Signed-off-by: Stream <Stream_2@qq.com>
This commit is contained in:
Stream
2026-01-30 08:44:26 +08:00
parent 22b0a08a5f
commit 2008768cb9
7 changed files with 29 additions and 13 deletions

View File

@ -5,7 +5,7 @@ from typing import TYPE_CHECKING, TypeVar
from core.tools.entities.tool_entities import ToolInvokeMessage
if TYPE_CHECKING:
from core.agent.entities import AgentInvokeMessage
pass
MessageType = TypeVar("MessageType", bound=ToolInvokeMessage)