export interface RegexParameterEvaluationStrategy { /** A regex pattern to match the agent's response against. */ pattern: string; }