Documentation
¶
Overview ¶
Package usersim implements evaltype.Simulator: a simulated end-user that answers the agent's clarification questions, drawing on the scenario persona (who they are + what they know). Answers are produced by an LLM so free-text items get realistic prose; select / multi_select items are constrained to the offered options.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Simulator ¶
type Simulator struct {
// contains filtered or unexported fields
}
Simulator answers agent questions as the configured persona.
Click to show internal directories.
Click to hide internal directories.