@cpod/sdk - v0.2.7
    Preparing search index...

    Interface RuntimeExecutePromptRequest

    interface RuntimeExecutePromptRequest {
        promptId?: string;
        promptName?: string;
        variables: Record<string, unknown>;
        expertId?: string;
        stream?: boolean;
        maxTokens?: number;
        temperature?: number;
    }
    Index

    Properties

    promptId?: string
    promptName?: string
    variables: Record<string, unknown>
    expertId?: string
    stream?: boolean
    maxTokens?: number
    temperature?: number