SmythOS SDK
    Preparing search index...

    Type Alias PromptOptions

    type PromptOptions = {
        concurrentCalls?: number;
        headers?: Record<string, string>;
    }
    Index

    Properties

    concurrentCalls?: number
    headers?: Record<string, string>