Kind: Type
Source: atloria-monorepo/libs/site-gen-core/src/assembler/tools/query-product-knowledge.tool.ts
Fetch product screenshots, optionally filtered.
Definition
ts(
projectId: string,
options?: {
featureArea?: string;
pageType?: string;
viewport?: string;
limit?: number;
},
) => Promise<ProductScreenshot[]>
Was this page helpful?