UNPKG

@empathyco/x-components

Version:
20 lines (17 loc) 553 B
import '@empathyco/x-utils'; import { createRelatedTagsQueryGetter } from '../../../../store/utils/query.utils.js'; /** * Default implementation for the related prompts query getter. * * @param state - Current {@link https://vuex.vuejs.org/guide/state.html | state} of the related * prompts' module. * * @returns The query with the selected related tags concatenated. * * @public */ const query = createRelatedTagsQueryGetter({ getRelatedTags: state => state.relatedTags, }); export { query }; //# sourceMappingURL=ai-query.getter.js.map