Skip to content

Commit 885b3c0

Browse files
committed
remove wrong comment
1 parent d024536 commit 885b3c0

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/packages/uc_ai_agent_workflow_api.pks

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,6 @@ create or replace package uc_ai_agent_workflow_api as
4545
/*
4646
* Maps input parameters based on input_mapping configuration
4747
*
48-
* Supports two syntax styles:
49-
* 1. Simple syntax (string): "param": "$.steps.step1.output"
50-
* 2. Extended syntax (object): "param": {"path": "$.steps.step1.output", "optional": true, "default": "value"}
51-
*
52-
* Extended syntax options:
53-
* - path (required): JSONPath expression to resolve
54-
* - optional (boolean): If true, omits parameter when path doesn't exist. Default: false
55-
* - default (any): Default value to use when path doesn't exist. Takes precedence over optional.
56-
*
5748
* Use cases:
5849
* - Loop workflows where feedback from previous iteration may not exist in first iteration
5950
* - Conditional workflows where certain inputs may not always be available

0 commit comments

Comments
 (0)