e768098d0e
tools_continuous_delivery / Private PyPI non-main branch release (push) Has been skipped
tools_continuous_delivery / Private PyPI main branch release (push) Failing after 2m42s
Publish Promptflow Doc / Build (push) Has been cancelled
Publish Promptflow Doc / Deploy (push) Has been cancelled
Flake8 Lint / flake8 (push) Has been cancelled
Spell check CI / Spell_Check (push) Has been cancelled
18 lines
452 B
YAML
18 lines
452 B
YAML
$schema: https://azuremlschemas.azureedge.net/promptflow/latest/Flow.schema.json
|
|
environment:
|
|
python_requirements_txt: requirements.txt
|
|
inputs: {}
|
|
outputs:
|
|
user_id:
|
|
type: string
|
|
reference: ${Tool_with_Cascading_Inputs.output}
|
|
nodes:
|
|
- name: Tool_with_Cascading_Inputs
|
|
type: python
|
|
source:
|
|
type: package
|
|
tool: my_tool_package.tools.tool_with_cascading_inputs.my_tool
|
|
inputs:
|
|
user_type: student
|
|
student_id: "student_id"
|