fix: fix config.toml in examples

This commit is contained in:
Jerry Z H
2025-03-03 19:35:42 +08:00
parent f026d0e0a8
commit 11d3ed51d8

View File

@@ -28,8 +28,8 @@ service = ['${ROOT_PACKAGE}.intelligence.service.agent_service']
prompt = ['${ROOT_PACKAGE}.intelligence.agentic.prompt']
# Scan and register product components for all paths under this list, with priority over the default.
product = ['${ROOT_PACKAGE}.platform.difizen.product']
# Scan and register workflow components for all paths under this list, with priority over the default.
workflow = ['${ROOT_PACKAGE}.platform.difizen.workflow']
## Scan and register workflow components for all paths under this list, with priority over the default.
#workflow = ['${ROOT_PACKAGE}.platform.difizen.workflow']
# Scan and register store components for all paths under this list, with priority over the default.
store = ['${ROOT_PACKAGE}.intelligence.agentic.knowledge.store']
# Scan and register rag_router components for all paths under this list, with priority over the default.