/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `guided_prompt` - Guided Prompt * * `suggested_prompt` - Suggested Prompt */ export enum StarterPromptsB04Enum { GUIDED_PROMPT = 'guided_prompt', SUGGESTED_PROMPT = 'suggested_prompt', }