Skip to content

Type Alias: SkillGetCatalogRequest

Makaio Framework


Makaio Framework / contracts / SkillGetCatalogRequest

SkillGetCatalogRequest = z.infer<typeof SkillSchemas["getCatalog"]["request"]>

Defined in: ../../../packages/contracts/src/skill/schemas.ts:242

  • SkillGetCatalogRequest
    • z.infer<(typeof SkillSchemas)['getCatalog']['request']>
      • (typeof SkillSchemas)['getCatalog']['request']
type SkillGetCatalogRequest = {
sessionId: string;
agentId: string;
cwd?: string | undefined;
projectId?: string | undefined;
adapterId?: string | undefined;
};