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
19 lines
447 B
YAML
19 lines
447 B
YAML
$schema: https://azuremlschemas.azureedge.net/promptflow/latest/Flow.schema.json
|
|
inputs:
|
|
input:
|
|
type: string
|
|
default: Microsoft
|
|
outputs:
|
|
output:
|
|
type: string
|
|
reference: ${Tool_with_FilePath_Input.output}
|
|
nodes:
|
|
- name: Tool_with_FilePath_Input
|
|
type: python
|
|
source:
|
|
type: package
|
|
tool: my_tool_package.tools.tool_with_file_path_input.my_tool
|
|
inputs:
|
|
input_text: ${inputs.input}
|
|
input_file: hello_method.py
|