mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(ql3): add bounded redacted log tail tool
This commit is contained in:
@@ -248,6 +248,12 @@
|
||||
"builtin-task-run-outcome-compare-projection": [
|
||||
"dist/tool-execution/builtin-run-compare/builtInTaskRunOutcomeCompareProjection.d.ts"
|
||||
],
|
||||
"builtin-run-log-excerpt-tool": [
|
||||
"dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptTool.d.ts"
|
||||
],
|
||||
"builtin-run-log-excerpt-projection": [
|
||||
"dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptProjection.d.ts"
|
||||
],
|
||||
"run": [
|
||||
"dist/run/run.d.ts"
|
||||
],
|
||||
@@ -278,6 +284,9 @@
|
||||
"run-attempt-log-read": [
|
||||
"dist/run/log-read/runAttemptLogRead.d.ts"
|
||||
],
|
||||
"run-log-model-context-projection": [
|
||||
"dist/run/log-projection/runLogModelContextProjection.d.ts"
|
||||
],
|
||||
"run-attempt-log-retention": [
|
||||
"dist/run/log-retention/runAttemptLogRetention.d.ts"
|
||||
],
|
||||
@@ -357,6 +366,11 @@
|
||||
"require": "./dist/run/log-read/runAttemptLogRead.js",
|
||||
"default": "./dist/run/log-read/runAttemptLogRead.js"
|
||||
},
|
||||
"./run-log-model-context-projection": {
|
||||
"types": "./dist/run/log-projection/runLogModelContextProjection.d.ts",
|
||||
"require": "./dist/run/log-projection/runLogModelContextProjection.js",
|
||||
"default": "./dist/run/log-projection/runLogModelContextProjection.js"
|
||||
},
|
||||
"./run-attempt-log-retention": {
|
||||
"types": "./dist/run/log-retention/runAttemptLogRetention.d.ts",
|
||||
"require": "./dist/run/log-retention/runAttemptLogRetention.js",
|
||||
@@ -692,6 +706,16 @@
|
||||
"require": "./dist/tool-execution/builtin-run-compare/builtInTaskRunOutcomeCompareProjection.js",
|
||||
"default": "./dist/tool-execution/builtin-run-compare/builtInTaskRunOutcomeCompareProjection.js"
|
||||
},
|
||||
"./builtin-run-log-excerpt-tool": {
|
||||
"types": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptTool.d.ts",
|
||||
"require": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptTool.js",
|
||||
"default": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptTool.js"
|
||||
},
|
||||
"./builtin-run-log-excerpt-projection": {
|
||||
"types": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptProjection.d.ts",
|
||||
"require": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptProjection.js",
|
||||
"default": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptProjection.js"
|
||||
},
|
||||
"./secret-reference": {
|
||||
"types": "./dist/secret/secretReference.d.ts",
|
||||
"require": "./dist/secret/secretReference.js",
|
||||
|
||||
Reference in New Issue
Block a user