fix(results): support legacy render refs
Agent CI/CD / docker-image (push) Successful in 17s
Agent CI/CD / deploy-fallback-log (push) Has been skipped

This commit is contained in:
2026-05-21 18:18:16 +08:00
parent 7427d08d6c
commit ab12d79d91
4 changed files with 342 additions and 8 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ export default tool({
.describe("Why this local render payload should be persisted as a render_ref."),
file_path: tool.schema
.string()
.describe("Absolute path to a local JSON file containing the render payload or a wrapper object with data."),
.describe(
"Absolute path to a local JSON file containing the raw render payload, or a wrapper object with data, metadata, and location. If wrapper metadata/location is missing or stale, the resolver will normalize and write it back before storing the render_ref.",
),
},
async execute(args, context) {
await initializePromise;