SrcAppSchemaChatChatMessage
SrcAppSchemaChatChatMessage =
object
Defined in: packages/cloud/src/client/types.gen.ts:8299
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:8300
index
index:
number
Defined in: packages/cloud/src/client/types.gen.ts:8304
The index of the message in the chat.
annotations?
optional
annotations:MessageAnnotation
[]
Defined in: packages/cloud/src/client/types.gen.ts:8308
Retrieval annotations for the message.
role
role:
MessageRole
Defined in: packages/cloud/src/client/types.gen.ts:8312
The role of the message.
content?
optional
content:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:8316
Text content of the generation
additional_kwargs?
optional
additional_kwargs:object
Defined in: packages/cloud/src/client/types.gen.ts:8320
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:8323