Logo
Type aliases

app__schema__chat__ChatMessage

app__schema__chat__ChatMessage = object

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

Properties

id

id: string

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


index

index: number

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

The index of the message in the chat.


annotations?

optional annotations: MessageAnnotation[]

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

Retrieval annotations for the message.


role

role: MessageRole

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

The role of the message.


content?

optional content: string | null

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

Text content of the generation


additional_kwargs?

optional additional_kwargs: object

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

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:87

On this page