EventDeclaration interface

An event that the evaluation LLM can raise. The declaration (name, description, fields) is sent to the planning LLM so it can design the spec around these events. At evaluation time, events are emitted via onLLMResponse.

Signature:

export interface EventDeclaration

Properties

Property Type Description

description?

string

(Optional)

fields

EventField[]

name

string