Skip to content

@egain/ai-agent-sdk API Reference - v0.1.1 / ContextMessageParams

Interface: ContextMessageParams

Parameters for creating a context message

Hierarchy

  • BaseMessageParams

    ContextMessageParams

Table of contents

Properties

Properties

messageId

Optional messageId: string

Inherited from

BaseMessageParams.messageId

Defined in

core/message/MessageTypes.ts:7


from

Optional from: string

Inherited from

BaseMessageParams.from

Defined in

core/message/MessageTypes.ts:8


to

Optional to: string

Inherited from

BaseMessageParams.to

Defined in

core/message/MessageTypes.ts:9


context

context: object

The context content to send

Defined in

core/message/MessageTypes.ts:19

Released under the MIT License.