Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor ConsolidateAIConfig to only take in specificed sub-actions (#…
…917) Refactor ConsolidateAIConfig to only take in specificed sub-actions I was having some trouble converting everything to `STREAM_AICONFIG_CHUNK` so I'm just doing really easy steps to keep diffs easy to review and test. You'll see final code changes at end of diff stack. ## This diff No functional changes, but I want to use the `CONSOLIDATE_AICONFIG` event to pass in nested action `STREAM_AICONFIG_CHUNK` action later in stack, without requiring me to pass it in directly to the `aiconfigReducer`. By separating these, they can be distinct types and easier to manage --- Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/lastmile-ai/aiconfig/pull/917). * #928 * #926 * #925 * #924 * #922 * #921 * #920 * #919 * #918 * __->__ #917
- Loading branch information