Skip to content

TestCases

TestCases:
  -

Summary#

Represents a test case for validating an agent's response to a given input.

Properties#

  • Name - The name of the test case.
  • QuestionMessage - The question or input message directed to the agent.
  • AnswerMessageContains - A list of substrings that the output message is expected to contain.
  • AnswerMessageRegex - A regular expression pattern that the agent's response should conform to.

Parent models#

Summary#