Prompt Field Types
AuthorAI comes with predefined prompts for each supported field type. You can use, modify, delete or add to these as you see fit. Each field-type has particular uses, and the prompts you write for them should take those differences into consideration.
A) Text Input Fields
Text input fields typically contain only a single sentence or a few words, so the prompts you create for them should request short responses from the AI.
B) Text Area Fields
Text area fields can contain larger amounts of text, so the prompts you create for them can request whole paragraphs from the AI.
C) Text Editor Fields
Text editor fields can contain large amounts of content and HTML, so the prompts you create for them can request multiple paragraphs, complete articles and HTML mark-up from the AI.
D) Code Editor Fields
Code editor fields can include HTML, Javascript and CSS, so the prompts you create for them can request sample code in those languages from the AI.
E) Custom CSS Fields
Custom CSS fields can include CSS only, so the prompts you create for them should only request sample code in the CSS language from the AI.