Versions in this module Expand all Collapse all v0 v0.1.2 Aug 11, 2026 v0.1.0 Jul 24, 2026 Changes in this version + type Script struct + Duration time.Duration + Err error + Reply string + Structured *Structured + StructuredErr *StructuredErr + ToolCalls []ToolCall + type Scripted struct + func NewScripted(name string, scripts map[string]Script) *Scripted + func (s *Scripted) Name() string + func (s *Scripted) Observe(_ context.Context, sc eval.Scenario) (eval.Observation, error) + type Structured struct + SchemaName eval.Name + SchemaRevision eval.Revision + type StructuredErr struct + Reason eval.StructuredErrorReason + Schema eval.Revision + type ToolCall struct + ID string + IsError bool + Name eval.Name + type UnscriptedScenarioError struct + func (e *UnscriptedScenarioError) Error() string