Merge pull request #590 from SuanmoSuanyangTechnology/fix/perceptual-filename

fix(multimodel): gate perceptual memory writes on provider support
This commit is contained in:
Ke Sun
2026-03-18 12:00:48 +08:00
committed by GitHub
4 changed files with 81 additions and 54 deletions

View File

@@ -663,6 +663,7 @@ async def config_query(
content = {
"app_type": release.app.type,
"variables": workflow_service.get_start_node_variables(release.config),
"memory": workflow_service.is_memory_enable(release.config),
"features": release.config.get("features")
}
elif release.app.type == AppType.AGENT: