(profile: ResolvedAgentProfile, brandHome?: string)
| 283 | } |
| 284 | |
| 285 | setActiveProfile(profile: ResolvedAgentProfile, brandHome?: string): void { |
| 286 | this.activeProfile = profile; |
| 287 | this.brandHome = brandHome; |
| 288 | } |
| 289 | |
| 290 | /** |
| 291 | * Re-render the system prompt with freshly gathered runtime context (cwd |
no outgoing calls
no test coverage detected