UNPKG
@jss-rule-engine/workflow
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
@jss-rule-engine/workflow
/
dist
/
src
/
lib
/
helper.d.ts
6 lines
(5 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
cleanId
(
id
:
string
):
string
;
export
declare
function
generateEmbeddings
(
facts
:
string
):
Promise
<{
content
:
string
;
embedding
:
import
(
"ai"
).
EmbedResult
<
string
>; }>;