add newline after plot
This commit is contained in:
@@ -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"
|
||||
text=f"\n\n\n\n"
|
||||
)
|
||||
elif isinstance(event.result, RetryPromptPart):
|
||||
yield events_v4.ToolResultPart(
|
||||
|
||||
Reference in New Issue
Block a user