feat(reason): configurable reasoning effort with tool-call propagation (#6837)
* feat(reason): reasoning effort config * feat: reasoning effort config ui * refactor: price UI and add bordered table style * feat(reason): add default reasoning effort and propagate to tool call node * chore: ai-proxy version * refactor(ai): narrow openai v6 tool types and tidy reasoning UI * chore(ai): drop unused httpsAgent global and restore error-path * feat(ai): add reasoning effort tip in AI settings modal
Showing
packages/global/core/type.ts
deleted
100644 → 0
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| "pnpm": "10.x" | "pnpm": "10.x" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@fastgpt-sdk/plugin": "0.6.0", | "@fastgpt-sdk/plugin": "0.6.1", | ||
| "@apidevtools/swagger-parser": "^10.1.0", | "@apidevtools/swagger-parser": "^10.1.0", | ||
| "@bany/curl-to-json": "^1.2.8", | "@bany/curl-to-json": "^1.2.8", | ||
| "axios": "catalog:", | "axios": "catalog:", | ||
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| "json5": "catalog:", | "json5": "catalog:", | ||
| "nanoid": "catalog:", | "nanoid": "catalog:", | ||
| "next": "catalog:", | "next": "catalog:", | ||
| "openai": "4.104.0", | "openai": "6.34.0", | ||
| "openapi-types": "^12.1.3", | "openapi-types": "^12.1.3", | ||
| "timezones-list": "^3.0.2", | "timezones-list": "^3.0.2", | ||
| "lodash": "catalog:", | "lodash": "catalog:", | ||
| ... | ... |
| ... | @@ -72,7 +72,6 @@ | ... | @@ -72,7 +72,6 @@ |
| "proxy-from-env": "^1.1.0", | "proxy-from-env": "^1.1.0", | ||
| "request-ip": "catalog:", | "request-ip": "catalog:", | ||
| "tiktoken": "1.0.17", | "tiktoken": "1.0.17", | ||
| "tunnel": "^0.0.6", | |||
| "turndown": "^7.1.2", | "turndown": "^7.1.2", | ||
| "undici": "^7.18.2", | "undici": "^7.18.2", | ||
| "winston": "^3.17.0", | "winston": "^3.17.0", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment