pub async fn try_model_choices(
__arg0: ModelLookupResult,
override_url: Option<String>,
options: RetryOptions,
timeout: Duration,
request: ChatRequest,
chunk_tx: StreamingResponseSender,
) -> Result<TryModelChoicesResult, TryModelChoicesError>Expand description
Run a provider request and retry on failure.