Docs Navigation

9. Cheat sheet

All ABS actions and evaluators on one page.

Actions

CategoryActionsWhen to use
Communicationsays, asks, informs, greets, clarifies, confirms, rejects, suggests, showsBot or user speaks
Executioncalls, submits, retrieves, stores, updatesBot invokes tools
Interactionselects, uploads, approvesUser interacts with UI
Delegationhands_offBot transfers to a human

Evaluations

TypeLevelWhat it verifies
containsStepText includes substring
exact_matchStepExact text match
regexStepPattern match
schemaStepValid JSON structure
tool_callStepCorrect tool call
llm_judgeStepQualitative criteria
GroundednessStepResponse supported by context
RelevanceStepResponse addresses the query
CoherenceStepLogical flow and consistency
FluencyStepNatural language quality
sequenceChainStep order
eventuallyChainSomething happens at least once
neverChainSomething never happens
countChainSomething happens N times
withinChainA happens within N steps of B
variable_consistencyChainA value stays unchanged

← Back to tutorial index