mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 06:58:05 +08:00
fix: provides correct prompts, tools and terminal predicates
Signed-off-by: Stream <Stream_2@qq.com>
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user