feat: sandbox readfile tool (#6679)
* feat: sandbox readfile tool * perf: read stream * fix: schema name * update sdk version * udpate enum * perf: time
Showing
This diff is collapsed.
Click to expand it.
packages/service/core/ai/sandbox/toolCall.ts
0 → 100644
| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@apidevtools/json-schema-ref-parser": "^11.7.2", | "@apidevtools/json-schema-ref-parser": "^11.7.2", | ||
| "@fastgpt-sdk/sandbox-adapter": "^0.0.33", | "@fastgpt-sdk/sandbox-adapter": "^0.0.34", | ||
| "@fastgpt-sdk/otel": "catalog:", | "@fastgpt-sdk/otel": "catalog:", | ||
| "@fastgpt-sdk/storage": "catalog:", | "@fastgpt-sdk/storage": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | "@fastgpt/global": "workspace:*", | ||
| ... | ... |
Please
register
or
sign in
to comment