Add {date} replacement to chat (#17430)

This commit is contained in:
Wang Qi
2026-07-28 09:49:17 +08:00
committed by GitHub
parent 15f8ef7409
commit 619b58faef
4 changed files with 17 additions and 8 deletions

View File

@@ -32,7 +32,10 @@ export const useCreateChatDialog = () => {
refine_multiturn: false,
use_kg: false,
reasoning: false,
parameters: [{ key: 'knowledge', optional: false }],
parameters: [
{ key: 'knowledge', optional: false },
{ key: 'date', optional: true },
],
toc_enhance: false,
},
llm_id: defaultModelDictionary?.llm_id,