Agent Evaluation agentic AI systems के लिए तीन safety checkpoints देता है: tool calls को execution से पहले evaluate करो, tool results को agent को वापस भेजने से पहले scan करो, और किसी भी text में prompt injection detect करो जो agent process करने वाला है।Documentation Index
Fetch the complete documentation index at: https://docs.responsibleailabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
तीन Checkpoints
Tool Call Evaluation
Tool run होने से पहले ALLOW / FLAG / BLOCK। 1.5–3.0 credits।
Tool Result Scanning
Tool output पर PII detection + injection check। 0.5–1.0 credits।
Prompt Injection Detection
किसी भी input text पर fast injection scan। 0.5 credits।
Quick example
आगे क्या करें
API Reference: Tool Call
Tool call evaluation की full specification।
Python SDK: Agent Evaluation
तीनों agent endpoints के लिए Python SDK reference।