mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-26 10:23:28 +08:00
Feat: Added support for session graph and session essence templates. (#16851)
### Summary Feat: Added support for session graph and session essence templates.
This commit is contained in:
@@ -27,6 +27,7 @@ export interface ICompilationTemplateConfig {
|
||||
[section: string]:
|
||||
| ICompilationTemplateSection
|
||||
| ICompilationTemplateRaptorConfig
|
||||
| Record<string, unknown>
|
||||
| string
|
||||
| boolean
|
||||
| undefined;
|
||||
|
||||
@@ -27,6 +27,7 @@ export interface ICompilationTemplateConfigRequest {
|
||||
[section: string]:
|
||||
| ICompilationTemplateSectionRequest
|
||||
| ICompilationTemplateRaptorConfigRequest
|
||||
| Record<string, unknown>
|
||||
| string
|
||||
| boolean
|
||||
| undefined;
|
||||
|
||||
Reference in New Issue
Block a user