OpenRP Docs
Behavior EngineNodesStorage

Get Chat Messages

Fetches a paginated list of chat messages for a specific chat session.

Inputs

The inputs required to configure this node.

Prop

Type

Outputs

The payload this node emits after execution.

Prop

Type

ChatMessage

Prop

Type

ChatMessageMetadata

Additional generation metadata attached to the message.

Prop

Type

ExpandedList<ChatMessageAttachment>

A list of expanded attachments, if requested.

Prop

Type

ChatMessageAttachment

A file attachment uploaded to a chat message.

Prop

Type

ChatMessageAttachmentMetadata

The metadata for the chat message attachment.

Metadata specific to image attachments.

Prop

Type

ChatParticipant

The expanded participant object, if requested.

Prop

Type

UserPublic

The expanded user object, if requested.

Prop

Type

UserMetadata

Metadata associated with the user, often contextual to the requesting user.

Prop

Type

Character

The expanded character object, if requested.

Prop

Type

CharacterVectorEmbedding

Details regarding the character's vector embeddings status.

Prop

Type

ExpandedList<CharacterBehavior>

The behaviors attached to this character, if requested via expand.

Prop

Type

CharacterBehavior

Prop

Type

RegistryTag

The behavior registry tag from the registry, if requested.

Prop

Type

RegistryVersion

The version this tag applies to, if requested via expand.

Prop

Type

Graph

Prop

Type

Node

Prop

Type

NodePosition

Prop

Type

Edge

Prop

Type

RegistryEntry

The base registry entry, if requested via expand.

Prop

Type

ExpandedList<RegistryVersion>

The versions of this behavior, if requested via expand.

Prop

Type

ExpandedList<RegistryTag>

The tags for this behavior, if requested via expand.

Prop

Type

Behavior

The behavior linked from the same world, if requested.

Prop

Type

CharacterGroup

The character group this is attached to, if requested.

Prop

Type

ExpandedList<CharacterGroup>

The nested child groups, if requested via expand.

Prop

Type

ExpandedList<CharacterGroupMembership>

The character memberships in this group, if requested via expand.

Prop

Type

CharacterGroupMembership

Prop

Type

RoleplayProfile

The expanded roleplay profile object, if requested.

Prop

Type

On this page