Skip to main content

Interface: SkillsResponse

Defined in: packages/sdk/src/types/generated/chat.ts:654

Response model for the agent's loaded skills state.

Sent as a state.SkillsResponse custom event to sync loaded skills to the client.

Attributes: loadedSkills: Skills that are currently loaded (prompts injected into context) revealedSkills: Skills that are visible but not yet loaded enabledToolkitTools: Toolkit tool URIs/names selected for this Manager chat

Properties

enabledToolkitTools?

optional enabledToolkitTools: string[]

Defined in: packages/sdk/src/types/generated/chat.ts:657


loadedSkills?

optional loadedSkills: string[]

Defined in: packages/sdk/src/types/generated/chat.ts:655


revealedSkills?

optional revealedSkills: string[]

Defined in: packages/sdk/src/types/generated/chat.ts:656