@resolveio/server-lib 22.0.8 → 22.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -96,7 +96,7 @@ var report_builder_unwinds_1 = require("../util/report-builder-unwinds");
|
|
|
96
96
|
var schema_report_builder_1 = require("../util/schema-report-builder");
|
|
97
97
|
var tokenizer_1 = require("../util/tokenizer");
|
|
98
98
|
var ai_terminal_1 = require("./ai-terminal");
|
|
99
|
-
var DEFAULT_REPORT_BUILDER_CODEX_MODEL = 'gpt-5.
|
|
99
|
+
var DEFAULT_REPORT_BUILDER_CODEX_MODEL = 'gpt-5.2-codex';
|
|
100
100
|
var DEFAULT_REPORT_BUILDER_CODEX_TIMEOUT_MS = 60000;
|
|
101
101
|
var reportBuilderCodexClient = null;
|
|
102
102
|
function loadReportBuilderMethods(methodManager) {
|