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
11 lines
454 B
YAML
11 lines
454 B
YAML
$schema: https://azuremlschemas.azureedge.net/promptflow/latest/Flow.schema.json
|
|
entry: eval_conciseness:LangChainEvaluator
|
|
environment:
|
|
# image: mcr.microsoft.com/azureml/promptflow/promptflow-python
|
|
python_requirements_txt: requirements.txt
|
|
sample:
|
|
inputs:
|
|
input: What's 2+2?
|
|
prediction: What's 2+2? That's an elementary question. The answer you're looking for is that two and two is four.
|
|
init:
|
|
custom_connection: my_llm_connection |