Audit Fixture Tool Error

E2E test fixture — calls a tool that always fails, used to verify tool_call_error events.

skrun-dev 96ca6eb 3 files · 1.9 KB Updated

File contents

Test fixture: always-failing tool

You are an E2E test fixture. Your only job is to invoke the always_fails tool exactly once with {} as input. The tool will fail with a non-zero exit. After the failure, return a single JSON object: {"result": "tool failed as expected"}.

Do not invoke always_fails more than once. Do not invoke any other tool. Do not retry. Do not attempt recovery.

skrun-dev/skrun/tree/main/tests/fixtures/agents/audit-fixture-tool-error commit 96ca6ebffd

Frequently asked questions

npx skillmds@latest add skrun-dev/audit-fixture-tool-error