Skip to content

Commit 214e0fd

Browse files
authored
feat(core): add defineIntent (#585)
* feat(core): add defineIntent function * fix(core): update comment and ensure types are specified in all filters
1 parent 731b146 commit 214e0fd

File tree

3 files changed

+722
-0
lines changed

3 files changed

+722
-0
lines changed

packages/core/src/_exports/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export {
147147
} from '../users/usersStore'
148148
export {type FetcherStore, type FetcherStoreState} from '../utils/createFetcherStore'
149149
export {createGroqSearchFilter} from '../utils/createGroqSearchFilter'
150+
export {defineIntent, type Intent, type IntentFilter} from '../utils/defineIntent'
150151
export {CORE_SDK_VERSION} from '../version'
151152
export {
152153
getIndexForKey,

0 commit comments

Comments
 (0)