Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading