nape_observe
Manually inject tool-call details into Nape's record, triggering automatic drift detection for monitoring and testing.
Instructions
Manually inject a tool-call observation into Nape's record. Most observations will come from an automatic hook in the main dispatcher in a future release. Use this tool for manual injection and testing. Drift detection runs automatically after each observe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | Name of the tool that was called. | |
| arguments | No | Arguments passed to the tool. | |
| result | Yes | String representation of the tool result. | |
| session_id | Yes | Current session identifier. |