Skip to content

Interface: SkillStopInfo

Defined in: packages/sdk/src/context/index.ts:58

Passed to SkillStopCallbacks when the skill run ends.

Properties

PropertyTypeDescriptionDefined in
reasonSkillStopReasonWhy the run ended.packages/sdk/src/context/index.ts:60
errorMessage?stringThe thrown error's message. Only set when reason is 'error'.packages/sdk/src/context/index.ts:62

Matterway Assistant SDK Documentation