mirror of
https://github.com/langgenius/dify.git
synced 2026-03-10 03:00:20 +08:00
parent
96c3ec91af
commit
32e4efb524
@ -107,7 +107,6 @@ export type MessageContent = {
|
|||||||
agent_thoughts: any[] // TODO
|
agent_thoughts: any[] // TODO
|
||||||
workflow_run_id: string
|
workflow_run_id: string
|
||||||
parent_message_id: string | null
|
parent_message_id: string | null
|
||||||
plugin_id: string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type CompletionConversationGeneralDetail = {
|
export type CompletionConversationGeneralDetail = {
|
||||||
@ -130,7 +129,6 @@ export type CompletionConversationGeneralDetail = {
|
|||||||
dislike: number
|
dislike: number
|
||||||
}
|
}
|
||||||
model_config: {
|
model_config: {
|
||||||
plugin_id: string
|
|
||||||
provider: string
|
provider: string
|
||||||
model_id: string
|
model_id: string
|
||||||
configs: Pick<ModelConfigDetail, 'prompt_template'>
|
configs: Pick<ModelConfigDetail, 'prompt_template'>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user