Properties
agentSpecificVariables
agentSpecificVariables: {
description: string;
name: string;
usedInPrompt: boolean;
}[] = ...
Type declaration
description: string
name: string
usedInPrompt: boolean
description
description: string = 'Agent for generating chat session names'
functions
functions: never[] = []
id
id: string = ChatSessionNamingAgent.ID
languageModelRequirements
languageModelRequirements: LanguageModelRequirement[] = ...
Protected
Readonly
languageModelService
languageModelService: LanguageModelService
Protected
Readonly
lmRegistry
lmRegistry: LanguageModelRegistry
name
name: string = ChatSessionNamingAgent.ID
Protected
promptService
promptService: PromptService
prompts
prompts: PromptVariantSet[] = ...
variables
variables: never[] = []
Static
ID
ID: string = 'Chat Session Naming'