mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 05:23:42 +08:00
feat: 支持开关指定内置插件
This commit is contained in:
@@ -26,6 +26,7 @@ export interface LLMConfig {
|
||||
export interface LLMAgentConfig {
|
||||
maxIterations: number;
|
||||
returnIntermediateSteps: boolean;
|
||||
useTools?: (string | undefined)[];
|
||||
}
|
||||
|
||||
export interface ChatOptions {
|
||||
|
||||
Reference in New Issue
Block a user