From 06729f6d9d45a9625031be5f202fc6cd9481e5bf Mon Sep 17 00:00:00 2001 From: JzoNg Date: Thu, 31 Oct 2024 09:06:10 +0800 Subject: [PATCH] logs --- web/models/log.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/models/log.ts b/web/models/log.ts index dc557bfe21..99467c3f67 100644 --- a/web/models/log.ts +++ b/web/models/log.ts @@ -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