Skip to content

Commit 8aa2475

Browse files
committed
Fix j2
1 parent aa2d7df commit 8aa2475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentex/lib/cli/templates/temporal/project/workflow.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from agentex.lib.types.acp import CreateTaskParams, SendEventParams
77
from agentex.lib.core.temporal.workflows.workflow import BaseWorkflow
88
from agentex.lib.core.temporal.types.workflow import SignalName
99
from agentex.lib.utils.logging import make_logger
10-
from agentex.types.task_message import TextContent
10+
from agentex.types.text_content import TextContent
1111
from agentex.lib.environment_variables import EnvironmentVariables
1212

1313
environment_variables = EnvironmentVariables.refresh()

0 commit comments

Comments
 (0)