pub async fn monitor_batch_with_webhooks(
_client: &Client<OpenaiEnvironmentImpl>,
batch_id: &str,
webhook_url: &str,
) -> Result<()>Expand description
Monitor batch progress with webhook notifications
ยงErrors
Returns an error if webhook setup fails or monitoring configuration encounters issues.