type CreatePromptOptions = ProjectScopeOptions & object;
optional ensureUniqueName: boolean;
name: string;
template: Message[] | string;
Was this page helpful?