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