feat: http support debug and remove mock init debug data

This commit is contained in:
Joel
2024-03-08 10:59:49 +08:00
parent c20c9b53e1
commit 49ce9d2200
9 changed files with 78 additions and 15 deletions

View File

@ -68,7 +68,7 @@ const useConfig = (id: string, payload: KnowledgeRetrievalNodeType) => {
id,
data: inputs,
defaultRunInputData: {
query: 'What is the capital of France?',
query: '',
},
})