SmythOS SDK
    Preparing search index...

    Type Alias TLLMCommandOptions

    type TLLMCommandOptions = {
        behavior?: string;
        files?: string[];
    }
    Index

    Properties

    Properties

    behavior?: string

    Used to describe the LLM behavior, this will be typically used as LLM system message.

    files?: string[]

    List of files paths or urls to be processed by the LLM.