Appearance
Interface: SkillStopInfo
Defined in: packages/sdk/src/context/index.ts:58
Passed to SkillStopCallbacks when the skill run ends.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
reason | SkillStopReason | Why the run ended. | packages/sdk/src/context/index.ts:60 |
errorMessage? | string | The thrown error's message. Only set when reason is 'error'. | packages/sdk/src/context/index.ts:62 |