Skip to content

Commit eda25d3

Browse files
fix: add custom eval and conv history to help
1 parent 2dd0c41 commit eda25d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

messages/agent.generate.test-spec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ To generate a specific agent test case, this command prompts you for this inform
1212
- Expected topic: API name of the topic you expect the agent to use when responding to the utterance.
1313
- Expected actions: One or more API names of the expection actions the agent takes.
1414
- Expected outcome: Natural language description of the outcome you expect.
15+
- (Optional) Custom evaluation: Test an agent's response for specific strings or numbers.
16+
- (Optional) Conversation history: Boilerplate for additional context you can add to the test in the form of a conversation history.
1517

1618
When your test spec is ready, you then run the "agent test create" command to actually create the test in your org and synchronize the metadata with your DX project. The metadata type for an agent test is AiEvaluationDefinition.
1719

0 commit comments

Comments
 (0)