UNPKG
@gensx/vercel-ai
Version:
alpha (0.2.0-alpha.5)
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-alpha2
0.2.0-alpha1
0.2.0-alpha.5
0.2.0-alpha.4
0.2.0-alpha.3
Vercel AI SDK for GenSX.
github.com/gensx-inc/gensx
gensx-inc/gensx
@gensx/vercel-ai
/
dist
/
cjs
/
tools.d.ts
4 lines
•
186 B
TypeScript
View Raw
1
2
3
4
import
type
{
ToolBox
}
from
"@gensx/core"
;
import
{
type
Tool
}
from
"ai"
;
export
declare
function
asToolSet
(
toolBox
:
ToolBox
):
Record
<
string
,
Tool
>;
//# sourceMappingURL=tools.d.ts.map