Interface InferenceResult

Interface representing the result of an inference. InferenceResult

interface InferenceResult {
    text: string;
    usage: InferenceUsage;
}

Properties

Properties

text: string