Interface: SkillInvokeOptions

Defined in: skills/index.ts:72

Options for skill invocation

Properties

context?

optional context?: string;

Defined in: skills/index.ts:82

Additional context to prepend to the prompt

variables?

optional variables?: Record<string, string>;

Defined in: skills/index.ts:77

Variables to interpolate into the skill prompt Use syntax in the prompt template