Skip to content

Commit

Permalink
Update feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
PeiwenGaoMS committed Oct 20, 2023
1 parent d3196fc commit b52bd4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/promptflow/promptflow/_utils/feature_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ def get_feature_list():
description="Bypass node execution when the node does not meet activate condition.",
state=FeatureState.READY,
),
Feature(
name="Image",
description="Support image inputs and outputs for flow test and batch run.",
state=FeatureState.READY,
),
]

return feature_list

0 comments on commit b52bd4b

Please sign in to comment.