An executor, or the id of a model to run.
Every combinator in this package accepts either, so retry("fast/gemma-4-31b") and retry(myExecutor) are both valid.
retry("fast/gemma-4-31b")
retry(myExecutor)
An executor, or the id of a model to run.
Every combinator in this package accepts either, so
retry("fast/gemma-4-31b")andretry(myExecutor)are both valid.