fix(agent): allow output reinit
This commit is contained in:
parent
8fe2b5f010
commit
f649792118
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ export function isRotatableError(reason: AuthProfileFailureReason): boolean {
|
|||
|
||||
export class Agent {
|
||||
private readonly agent: PiAgentCore;
|
||||
private readonly output;
|
||||
private output;
|
||||
private readonly session: SessionManager;
|
||||
private readonly profile?: ProfileManager;
|
||||
private readonly skillManager?: SkillManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue