Logo
Type aliases

AppSchemaChatChatMessage

AppSchemaChatChatMessage = object

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

Properties

id

id: string

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


index

index: number

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

The index of the message in the chat.


annotations?

optional annotations: MessageAnnotation[]

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

Retrieval annotations for the message.


role

role: MessageRole

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

The role of the message.


content?

optional content: string | null

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

Text content of the generation


additional_kwargs?

optional additional_kwargs: object

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

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