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?
optionalenabledToolkitTools:string[]
Defined in: packages/sdk/src/types/generated/chat.ts:657
loadedSkills?
optionalloadedSkills:string[]
Defined in: packages/sdk/src/types/generated/chat.ts:655
revealedSkills?
optionalrevealedSkills:string[]
Defined in: packages/sdk/src/types/generated/chat.ts:656