refactor: unwrap ACP namespace + self-reexport (#22936)
This commit is contained in:
@@ -57,7 +57,6 @@ type ModelOption = { modelId: string; name: string }
|
|||||||
|
|
||||||
const DEFAULT_VARIANT_VALUE = "default"
|
const DEFAULT_VARIANT_VALUE = "default"
|
||||||
|
|
||||||
export namespace ACP {
|
|
||||||
const log = Log.create({ service: "acp-agent" })
|
const log = Log.create({ service: "acp-agent" })
|
||||||
|
|
||||||
async function getContextLimit(
|
async function getContextLimit(
|
||||||
@@ -1838,4 +1837,5 @@ export namespace ACP {
|
|||||||
}
|
}
|
||||||
return options
|
return options
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
export * as ACP from "./agent"
|
||||||
|
|||||||
Reference in New Issue
Block a user