- Description:
This key defines the title of the context box.
- Appears in:
- Type:
string- Examples:
In this example, we want to customize the context box title to be more descriptive for our
author_bioInput.Copied to clipboard_inputs: author_bio: type: textarea label: Author Biography context: title: Writing Guidelines icon: edit content: >- Write a brief, professional biography (2-3 sentences) that highlights your expertise and experience.{ "_inputs": { "author_bio": { "type": "textarea", "label": "Author Biography", "context": { "title": "Writing Guidelines", "icon": "edit", "content": "Write a brief, professional biography (2-3 sentences) that highlights your expertise and experience." } } } }