EvalCaseInput
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllInput shape of an eval case (in a request).
public sealed record EvalCaseInput : IEquatable<EvalCaseInput>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”EvalCaseInput()
Section titled “ EvalCaseInput()”public EvalCaseInput()Properties
Section titled “Properties”Context
Section titled “ Context”Text to give the model as extra context.
public string? Context { get; init; }Property Value
Section titled “Property Value”ExpectedOutput
Section titled “ ExpectedOutput”Expected output.
public string? ExpectedOutput { get; init; }Property Value
Section titled “Property Value”ExpectedTools
Section titled “ ExpectedTools”Tool names looked for by the toolCalled check.
public IReadOnlyList<string> ExpectedTools { get; init; }Property Value
Section titled “Property Value”Query text to send to the agent.
public required string Query { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(EvalCaseInput?)
Section titled “ Equals(EvalCaseInput?)”public bool Equals(EvalCaseInput? other)Parameters
Section titled “Parameters”other EvalCaseInput?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(EvalCaseInput?, EvalCaseInput?)
Section titled “ operator ==(EvalCaseInput?, EvalCaseInput?)”public static bool operator ==(EvalCaseInput? left, EvalCaseInput? right)Parameters
Section titled “Parameters”left EvalCaseInput?
right EvalCaseInput?
Returns
Section titled “Returns”operator !=(EvalCaseInput?, EvalCaseInput?)
Section titled “ operator !=(EvalCaseInput?, EvalCaseInput?)”public static bool operator !=(EvalCaseInput? left, EvalCaseInput? right)Parameters
Section titled “Parameters”left EvalCaseInput?
right EvalCaseInput?