Skip to main content

Module delete

Module delete 

Source
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§

request_schema
response_schema

Structs§

Args
Command
Request
Response
What was deleted. Carries every column of the original prompts row so the caller can confirm the drop: exactly one of agent_instance_hierarchy / agent_tag is set (matching the original target), enqueued_at is the original unix-seconds timestamp, and content is the reconstructed RichContent body.

Enums§

Path
Schema

Functions§

execute
execute_transform