Neutrome SDK reference
    Preparing search index...

    Type Alias AttachmentToTextOptions

    Options accepted by createAttachmentToTextExecutor.

    type AttachmentToTextOptions = {
        cacheKey?: (
            attachment: ProgramAttachment,
            ctx: ExecutorContext,
        ) => string;
        systemPrompt?: string;
    }
    Index
    cacheKey?: (attachment: ProgramAttachment, ctx: ExecutorContext) => string
    systemPrompt?: string