Skip to main content

agent_input

Function agent_input 

Source
pub async fn agent_input(
    __arg0: State<AppState>,
    __arg1: Path<String>,
    __arg2: Json<AgentInputBody>,
) -> Result<StatusCode, ApiError>
Expand description

POST /api/agents/{id}/input — inject a user message into an interactive agent.