@fermyon/spin-sdk
    Preparing search index...

    Interface InferenceResult

    Interface representing the result of an inference. InferenceResult

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

    Properties

    Properties

    text: string