mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 21:28:25 +08:00
update the example
This commit is contained in:
parent
468d9bca09
commit
6fd27519e9
@ -102,7 +102,9 @@ async def main() -> None:
|
||||
),
|
||||
CompositorLayerConfig(
|
||||
name="profile_prompt",
|
||||
deps={"profile": "profile"},
|
||||
# deps maps dependency field names to layer names only when
|
||||
# they differ.
|
||||
# deps={"profile": "profile"},
|
||||
layer=ProfilePromptLayer(),
|
||||
),
|
||||
CompositorLayerConfig(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user