add newline after plot

This commit is contained in:
camilleAND
2026-01-22 11:53:55 +01:00
parent ea6fad6f91
commit df86c6644c
+1 -1
View File
@@ -725,7 +725,7 @@ class AIAgentService: # pylint: disable=too-many-instance-attributes
f"Inserting plot_url directly into stream: {plot_url}"
)
yield events_v4.TextPart(
text=f"\n\n![Graphique de l'analyse]({plot_url})"
text=f"\n\n![Graphique de l'analyse]({plot_url})\n\n"
)
elif isinstance(event.result, RetryPromptPart):
yield events_v4.ToolResultPart(