userText
Adds a user message with text content using a DSL builder.
Example:
messages {
userText {
text = "Important message"
annotations(priority = 1.0)
}
}Content copied to clipboard
Adds a user message with text content using a DSL builder.
Example:
messages {
userText {
text = "Important message"
annotations(priority = 1.0)
}
}