mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
feat: annotation management frontend (#1764)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ChatPromptConfig, CompletionPromptConfig, DatasetConfigs, PromptMode } from '@/models/debug.ts'
|
||||
import type { AnnotationReplyConfig, ChatPromptConfig, CompletionPromptConfig, DatasetConfigs, PromptMode } from '@/models/debug.ts'
|
||||
import type { ExternalDataTool } from '@/models/common'
|
||||
export enum ProviderType {
|
||||
openai = 'openai',
|
||||
@@ -130,6 +130,7 @@ export type ModelConfig = {
|
||||
enabled: boolean
|
||||
}
|
||||
external_data_tools: ExternalDataTool[]
|
||||
annotation_reply?: AnnotationReplyConfig
|
||||
agent_mode: {
|
||||
enabled: boolean
|
||||
tools: ToolItem[]
|
||||
|
||||
Reference in New Issue
Block a user