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