Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
common
apis
cortex
CortexUtilities
Interface CortexUtilities
interface
CortexUtilities
{
get_embedding
?:
(
(
text
:
string
)
=>
Promise
<
number
[]
>
)
;
sounds
?:
{
activated
:
(
(
)
=>
void
)
;
error
:
(
(
)
=>
void
)
;
ok
:
(
(
)
=>
void
)
;
success
:
(
(
)
=>
void
)
;
}
;
}
Index
Properties
get_
embedding?
sounds?
Properties
Optional
get_
embedding
get_
embedding
?:
(
(
text
:
string
)
=>
Promise
<
number
[]
>
)
Optional
sounds
sounds
?:
{
activated
:
(
(
)
=>
void
)
;
error
:
(
(
)
=>
void
)
;
ok
:
(
(
)
=>
void
)
;
success
:
(
(
)
=>
void
)
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
get_
embedding
sounds
Tidyscripts Docs
Loading...