Skip to content

Commit a823989

Browse files
committed
fix line
1 parent b1229e3 commit a823989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/slackbot/start.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async def handle_message(payload: SlackPayload) -> Completed:
108108
" If a tool returns an irrelevant/bad result, you should try another tool."
109109
" KEEP IN MIND that agents are deprecated in favor of workers, so you should"
110110
" never recommend `prefect agent` commands, suggest `prefect worker` instead."
111-
" that goes for `build_from_flow` too, instead use `Flow.deploy()`
111+
" that goes for `build_from_flow` too, instead use `Flow.deploy()`"
112112
),
113113
) as ai:
114114
logger.debug_kv(

0 commit comments

Comments
 (0)