Logo
Type aliases

AppSchemaChatChatMessage

AppSchemaChatChatMessage = object

Defined in: packages/cloud/src/client/types.gen.ts:6848

Properties

id

id: string

Defined in: packages/cloud/src/client/types.gen.ts:6849


index

index: number

Defined in: packages/cloud/src/client/types.gen.ts:6853

The index of the message in the chat.


annotations?

optional annotations: MessageAnnotation[]

Defined in: packages/cloud/src/client/types.gen.ts:6857

Retrieval annotations for the message.


role

role: MessageRole

Defined in: packages/cloud/src/client/types.gen.ts:6861

The role of the message.


content?

optional content: string | null

Defined in: packages/cloud/src/client/types.gen.ts:6865

Text content of the generation


additional_kwargs?

optional additional_kwargs: object

Defined in: packages/cloud/src/client/types.gen.ts:6869

Additional arguments passed to the model

Index Signature

[key: string]: string


class_name?

optional class_name: string

Defined in: packages/cloud/src/client/types.gen.ts:6872

On this page