add back message before doodlebob prompt rewrite
Build and Push Container / test (push) Failing after 3m21s
Build and Push Container / build-and-push (push) Skipped

This commit is contained in:
2026-08-19 13:19:49 -04:00
parent f87e1d51ef
commit 6df8824561
+1
View File
@@ -182,6 +182,7 @@ class ImageService:
system_prompt = IMAGE_PROMPT_SYSTEM_PROMPT_TEMPLATE.format(layout=layout)
# Wait for the generated image prompt.
await ctx.send("**Doodlebob is writing a better prompt...**")
image_prompt = await llm_client.chat_completion_instruct(
system_prompt=system_prompt,
user_prompt=message,