IRuntime Interface

Definition

public interface IRuntime
type IRuntime = interface
Public Interface IRuntime
Derived

Methods

GenerateAnswerWithHttpMessagesAsync(String, QueryDTO, Dictionary<String,List<String>>, CancellationToken)
TrainWithHttpMessagesAsync(String, FeedbackRecordsDTO, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

GenerateAnswerAsync(IRuntime, String, QueryDTO, CancellationToken)
TrainAsync(IRuntime, String, FeedbackRecordsDTO, CancellationToken)

Applies to