Properties
Protected
defaultLanguageModelPurpose
defaultLanguageModelPurpose: string = 'chat'
description
description: string = ...
iconClass
iconClass: string = 'codicon codicon-beaker'
id
id: string = AppTesterChatAgentId
languageModelRequirements
languageModelRequirements: LanguageModelRequirement[] = ...
Protected
Readonly
mcpService
mcpService: MCPFrontendService
name
name: string = AppTesterChatAgentId
Protected
Readonly
preferenceService
preferenceService: PreferenceService
prompts
prompts: {
defaultVariant: BasePromptFragment;
id: string;
variants: BasePromptFragment[];
}[] = ...
Type declaration
defaultVariant: BasePromptFragment
id: string
variants: BasePromptFragment[]
Protected
systemPromptId
systemPromptId: string = 'app-tester-system'
Starts the Playwright MCP server if it doesn't exist or isn't running.