We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1229e3 commit a823989Copy full SHA for a823989
cookbook/slackbot/start.py
@@ -108,7 +108,7 @@ async def handle_message(payload: SlackPayload) -> Completed:
108
" If a tool returns an irrelevant/bad result, you should try another tool."
109
" KEEP IN MIND that agents are deprecated in favor of workers, so you should"
110
" never recommend `prefect agent` commands, suggest `prefect worker` instead."
111
- " that goes for `build_from_flow` too, instead use `Flow.deploy()`
+ " that goes for `build_from_flow` too, instead use `Flow.deploy()`"
112
),
113
) as ai:
114
logger.debug_kv(
0 commit comments