Experiments
Prompts
Edit
Edit Prompt
Name
*
Version
Version is auto-incremented
Category
System Prompt (Optional)
You are an executive assistant skilled in analyzing meeting agendas and scheduling documents. You understand meeting organization, time allocation, and agenda item categorization.
Instructions for the LLM's behavior
Extraction Instructions
*
Extract agenda data from the following document. ## JSON Schema ```json {{schema}} ``` ## Document Text (Agenda) ``` {{extracted_text}} ``` ## Extraction Guidelines for Agendas 1. **Meeting Details**: Extract meeting title, date, start time, end time, and location 2. **Organizer**: Extract organizer name and contact information 3. **Agenda Items**: For each item, extract: - Item number and title - Description or notes - Presenter/responsible person - Allocated duration in minutes - Start time if specified - Type (information, discussion, decision, other) ### Important Notes - Dates must be in YYYY-MM-DD format - Times must be in HH:MM format - Duration should be in minutes (numeric) Return ONLY the JSON object.
Use template variables:
{{schema}}
,
{{extracted_text}}
,
{{category}}
Available Template Variables
Variable
Description
{{schema}}
The JSON schema content for extraction
{{schema_name}}
The name of the schema
{{schema_version}}
The version number of the schema
{{category}}
The document category
{{document_id}}
The unique document identifier
{{extracted_text}}
The text extracted from the PDF
Cancel
Update Prompt