Untitled

 avatar
unknown
plain_text
10 months ago
1.2 kB
15
Indexable
<rail version="0.1">

  <input>
    <string name="action"
            description="Type of operation to perform: agenda, summary, or question."
            format="^(agenda|summary|question)$"
            required="true"/>
    
    <string name="transcript"
            description="Meeting transcript text"
            min_length="50"
            max_length="15000"
            required="true"/>

    <string name="question"
            description="User's question about the meeting (optional)"
            max_length="300"
            required="false"/>
  </input>

  <output>
    <string name="result"
            description="The AI-generated response (agenda, summary, or answer)."
            min_length="10"
            max_length="2000"
            on-fail-length="reask"
            on-fail-similarity="reask"
            required="true"/>
  </output>

  <instructions>
    Ensure the response:
    - Is factual, concise, and relevant to the meeting transcript.
    - Does not contain personally identifiable information (PII), harmful, or offensive content.
    - Avoids speculation beyond the transcript.
  </instructions>

</rail>
Editor is loading...
Leave a Comment