Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lina Tang committed Apr 25, 2024
1 parent 871720b commit cef5583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptflow-core/promptflow/executor/flow_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def convert_flow_input_types(self, inputs: dict) -> Mapping[str, Any]:
:return: A dictionary containing the converted inputs.
:rtype: Mapping[str, Any]
"""
return FlowValidator.resolve_flow_inputs_type(self._flow.inputs, inputs)
return FlowValidator.resolve_flow_inputs_type(self._flow, inputs)

@property
def _default_inputs_mapping(self):
Expand Down

0 comments on commit cef5583

Please sign in to comment.