SmythOS SDK
    Preparing search index...

    Type Alias TGenAILLMInputs

    type TGenAILLMInputs = {
        Attachment?: ArrayBuffer | Uint8Array | string;
        Input?: any;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    Attachment?: ArrayBuffer | Uint8Array | string

    An attachment that you can pass to the LLM

    Input?: any

    An input that you can pass to the LLM