Chore/ChatflowID CamelCase (#5205)

* add acceptVariable property to vector store metadata filter

* add accepVariadd acceptVariable property to other json fields

* add camelcase chatflowId to flowConfig
This commit is contained in:
Henry Heng
2025-09-13 12:11:49 +01:00
committed by GitHub
parent 6885c38d18
commit b2dcdab5b9
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -370,6 +370,7 @@ export interface ICustomTemplate {
export interface IFlowConfig {
chatflowid: string
chatflowId: string
chatId: string
sessionId: string
chatHistory: IMessage[]