//! Agent completion notify parameters.
use JsonSchema;
use ;
/// Parameters for the `agent.completions.notify` endpoint. Pushes a
/// user message at a running agent completion identified by
/// `response_id`; the message surfaces to the model on its next
/// natural inspection point. The endpoint has no response body — any
/// 2xx status is the success signal.