Validate agent trajectory against user-defined conditions
Request Body:
input.trajectory_prompts (string, required): JSON array of prompts in the agent trajectoryinput.trajectory_completions (string, required): JSON array of completions in the agent trajectoryconfig.conditions (array of strings, required): Array of evaluation conditions/rules to validate againstconfig.threshold (number, required): Score threshold for pass/fail determination (0.0-1.0)