Interface TemplateRendererProps

interface TemplateRendererProps {
    agentId: string;
    aiSettingsService: AISettingsService;
    promptCustomizationService: PromptCustomizationService;
    promptService: PromptService;
    template: PromptTemplate;
}

Properties

agentId: string
aiSettingsService: AISettingsService
promptCustomizationService: PromptCustomizationService
promptService: PromptService
template: PromptTemplate