From 3504782f093971317c7541d881cf0d55a67cadf1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:37:06 +0000 Subject: [PATCH] fix: update wasm golden files for aw_context description change Update golden test files to reflect the updated description of the aw_context workflow_dispatch input from: '(Internal) JSON context injected by the calling agentic workflow. Not intended for direct user input.' to: 'Agent caller context (used internally by Agentic Workflows).' Fixes CI failure in TestWasmGolden_CompileFixtures tests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../TestWasmGolden_CompileFixtures/basic-copilot.golden | 2 +- .../TestWasmGolden_CompileFixtures/smoke-copilot.golden | 2 +- .../TestWasmGolden_CompileFixtures/with-imports.golden | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden index 6a1b7ab02a3..9d2b9c9923f 100644 --- a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden +++ b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden @@ -4,7 +4,7 @@ name: "basic-copilot-test" inputs: aw_context: default: "" - description: (Internal) JSON context injected by the calling agentic workflow. Not intended for direct user input. + description: Agent caller context (used internally by Agentic Workflows). required: false type: string diff --git a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden index 2b9b77fe75c..46181007d97 100644 --- a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden +++ b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden @@ -14,7 +14,7 @@ name: "Smoke Copilot" inputs: aw_context: default: "" - description: (Internal) JSON context injected by the calling agentic workflow. Not intended for direct user input. + description: Agent caller context (used internally by Agentic Workflows). required: false type: string diff --git a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden index 6b7a975fa1f..df3ac71a391 100644 --- a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden +++ b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden @@ -4,7 +4,7 @@ name: "with-imports-test" inputs: aw_context: default: "" - description: (Internal) JSON context injected by the calling agentic workflow. Not intended for direct user input. + description: Agent caller context (used internally by Agentic Workflows). required: false type: string