Added Reference Dataset Support #14
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds support for specifying an optional reference dataset in the CLI workflow, improving flexibility for users who need to work with both a primary and reference dataset. The changes include updates to command-line options, user prompts, resource management, and sandbox setup to ensure both datasets are handled correctly.
Support for Reference Dataset:
--reference-dataset(-ref) CLI option to allow users to specify an optional reference dataset file, with corresponding updates to user prompts and context handling. [1] [2]SANDBOX_REF_DATA_PATH) for the reference dataset, ensuring consistent handling within the sandbox environment.Resource and Sandbox Management:
User Experience Improvements:
These changes collectively make it easier for users to work with workflows that require both a primary and a reference dataset, while maintaining backward compatibility and clear user interaction.