type GetPromptsOptions = ProjectScopeOptions & object;
optional limit: number;
optional name: string;
Was this page helpful?