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.
Concept: Agent Evaluation | Python:
client.agent.evaluate_tool_call()Parameters
Name of the tool being called.
Parameters being passed to the tool.
Description of the agent’s role and current task.
Whitelist of permitted tool names.
Request
Response
Whether the tool call is safe to execute.
"low", "medium", or "high"."allow", "warn", or "block".