Type Alias: SkillGetCatalogRequest
Makaio Framework / contracts / SkillGetCatalogRequest
Type Alias: SkillGetCatalogRequest
Section titled “Type Alias: SkillGetCatalogRequest”SkillGetCatalogRequest =
z.infer<typeofSkillSchemas["getCatalog"]["request"]>
Defined in: ../../../packages/contracts/src/skill/schemas.ts:242
Type Composition
Section titled “Type Composition”SkillGetCatalogRequestz.infer<(typeof SkillSchemas)['getCatalog']['request']>(typeof SkillSchemas)['getCatalog']['request']
Resolved Shape
Section titled “Resolved Shape”type SkillGetCatalogRequest = { sessionId: string; agentId: string; cwd?: string | undefined; projectId?: string | undefined; adapterId?: string | undefined;};