pub async fn agent_input( __arg0: State<AppState>, __arg1: Path<String>, __arg2: Json<AgentInputBody>, ) -> Result<StatusCode, ApiError>
POST /api/agents/{id}/input — inject a user message into an interactive agent.
POST /api/agents/{id}/input