Expand description
agents queue delete — manually drop one queued prompt
by its prompts.id (the id surfaced by agents queue list). Returns the deleted row’s metadata + content so callers
can confirm exactly which item was dropped.
Cascade on prompt_contents.prompt_id sweeps every per-kind
content row inside the same transaction, so the delete is
atomic.
Modules§
Structs§
- Args
- Command
- Request
- Response
- What was deleted. Carries every column of the original
promptsrow so the caller can confirm the drop: exactly one ofagent_instance_hierarchy/agent_tagis set (matching the original target),enqueued_atis the original unix-seconds timestamp, andcontentis the reconstructedRichContentbody.