Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
run show-details
depends on inputs line number (#1298)
# Description This pull request includes changes to improve the functionality and maintainability of the codebase. The most important changes include adding a new method to the `ExecutorProxy` class and modifying the import statement in the `_csharp_executor_proxy.py` file, as well as updating the `load_inputs_and_outputs` method in the `_local_storage_operations.py` file to use a constant instead of a string. Main changes: * <a href="diffhunk://#diff-f8219170007d8a89eed104a166ab8c0c9d3af5b5c5e61225659d982f470aeb95R60-R81">`src/promptflow/promptflow/batch/_csharp_executor_proxy.py`</a>: Added a new method `exec_line_async` to the `ExecutorProxy` class and modified the import statement to include the `LineResult` class. <a href="diffhunk://#diff-f8219170007d8a89eed104a166ab8c0c9d3af5b5c5e61225659d982f470aeb95R60-R81">[1]</a> <a href="diffhunk://#diff-f8219170007d8a89eed104a166ab8c0c9d3af5b5c5e61225659d982f470aeb95R10-R12">[2]</a> * <a href="diffhunk://#diff-1a5c2463c2ef997c5203a6b2e77b247d812961b7a6df5f0f45c02579b6656719L447-R447">`src/promptflow/promptflow/_sdk/operations/_local_storage_operations.py`</a>: Updated the `load_inputs_and_outputs` method to use a constant `LINE_NUMBER` instead of the string `"line_number"`. # All Promptflow Contribution checklist: - [x] **The pull request does not introduce [breaking changes].** - [x] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [x] **I have read the [contribution guidelines](../CONTRIBUTING.md).** - [x] **Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: [suggested workflow](../CONTRIBUTING.md#suggested-workflow).** ## General Guidelines and Best Practices - [x] Title of the pull request is clear and informative. - [x] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### Testing Guidelines - [x] Pull request includes test coverage for the included changes.
- Loading branch information