mirror of
https://github.com/run-llama/tool.git
synced 2026-07-21 11:45:29 -04:00
11 lines
177 B
JSON
11 lines
177 B
JSON
{
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@llamaindex/tool": "workspace:*",
|
|
"llamaindex": "^0.3.0",
|
|
"openai": "^4.33.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc"
|
|
}
|
|
} |