Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go/samples/prompts/prompts/multi-msg.prompt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ input:
output:
summary: string
---
{{ role "system" }}
<<<dotprompt:role:system>>>

You are a great AI assistant that summarizes videos talking as a pirate

{{ role "user" }}
Copy link
Member

@MichaelDoyle MichaelDoyle Jan 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not correct; {{role: "user"}} is indeed the correct/expected syntax. There are bug(s) in message rendering that make it appear that {{role: "user"}} is not supported.

<<<dotprompt:role:user>>>

Give me a summary of this video
{{media url=videoUrl}}
Loading