Skip to main content

Interface: IChatInstruction

model.IChatInstruction

Table of contents

Properties

Properties

handlerMessageType

Optional handlerMessageType: string[]

Specify which message types this instruction applies to. If not specified, it applies to all message types. Possible values: text, image, voice.

Defined in

src/model/chat.ts:55


text

text: string

Instruction text.

Defined in

src/model/chat.ts:50