Interface PromptVariantRendererProps

interface PromptVariantRendererProps {
    agentId: string;
    promptService: PromptService;
    promptVariantSet: PromptVariantSet;
}

Properties

agentId: string
promptService: PromptService
promptVariantSet: PromptVariantSet