LlmInferenceWrapper constructor

LlmInferenceWrapper(
  1. LlmInference _inference
)

Implementation

LlmInferenceWrapper(this._inference);