We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e062f commit a9c4c8aCopy full SHA for a9c4c8a
1 file changed
src/CodexACPAgent.ts
@@ -53,7 +53,7 @@ export class CodexACPAgent implements acp.Agent {
53
54
private readonly sessions: Map<string, SessionState>;
55
56
- constructor(connection: acp.AgentSideConnection, codexConnection: MessageConnection, codexConfig: JsonObject, modelProvider?: string) {
+ constructor(connection: acp.AgentSideConnection, codexConnection: MessageConnection, codexConfig?: JsonObject, modelProvider?: string) {
57
this.sessions = new Map();
58
this.codexClient = new CodexClient(codexConnection);
59
this.connection = connection;
0 commit comments