Skip to main content

agent_run_command

Function agent_run_command 

Source
pub fn agent_run_command(
    spec: &str,
    task: &str,
    out: &str,
    sandbox_root: Option<String>,
    permit_json: Option<String>,
    mock_response: Option<String>,
) -> Result<String>