Complete and verify a resolution
knowbase_complete_resolutionClose the loop after knowbase_diagnose identifies a structured resolution. Apply every listed step, run every verification criterion, and submit the ids and observations returned by diagnosis. A resolved response includes a deterministic, caller-held, agent-observed receipt and a paste-ready final report. If the response is unresolved or verification_inconclusive, do not claim success; follow nextAction and call this tool again. Knowbase validates the current recipe and required statuses but does not inspect the caller's environment or authenticate the lookup id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The entry id returned by diagnosis. | |
| causeId | Yes | The identified causeId returned by diagnosis. | |
| criteria | Yes | The observed result of each verification criterion returned by diagnosis. | |
| lookupId | Yes | The 16-character lowercase hexadecimal id from the strong lookup. | |
| koRevision | Yes | The koRevision returned by diagnosis. | |
| resolutionId | Yes | The cause-specific resolutionId returned by diagnosis. | |
| appliedStepIds | Yes | Every step id in the identified resolution, after those steps were applied. |