For the complete documentation index, see llms.txt. This page is also available as Markdown.

UserMessage

Represents a normal user comment.

type UserMessage {
  message: String!
}

Fields

message ● String! non-null scalar

The string value of the message.

Implemented By

MessageValue union

Last updated

Was this helpful?