GranularityModel

When an operator runs within a session.

  • on
    Type: string · Onenum
    required

    turn fires during the conversation; conversation_end fires once over the full transcript.

    values
    • turn
    • conversation_end
  • every
    Type: integer · Everynullable

    With on: turn, run every N turns. Omit or set to 1 for every turn.

  • until_match
    Type: boolean · Until Matchnullable

    With on: turn, stop firing after the first non-null result is produced.