Logo
Type aliases

SrcAppSchemaChatChatMessage

SrcAppSchemaChatChatMessage = object

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

Properties

id

id: string

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


index

index: number

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

The index of the message in the chat.


annotations?

optional annotations: MessageAnnotation[]

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

Retrieval annotations for the message.


role

role: MessageRole

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

The role of the message.


content?

optional content: string | null

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

Text content of the generation


additional_kwargs?

optional additional_kwargs: object

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

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