Skip to content

Commit 0bd39be

Browse files
committed
Update docstring to reference V3 graph
Corrected the docstring in build_graph to refer to the V3 graph instead of V4, ensuring documentation matches the current implementation.
1 parent 19ab508 commit 0bd39be

File tree

1 file changed

+1
-1
lines changed
  • epilogue/context-engineering/yelp-navigator-v3/app

1 file changed

+1
-1
lines changed

epilogue/context-engineering/yelp-navigator-v3/app/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
def build_graph(checkpointer=None):
2121
"""
22-
Build the V4 graph with input guardrails before clarify.
22+
Build the V3 graph with input guardrails before clarify.
2323
2424
Flow:
2525
1. START → input_guardrails (check prompt injection, sanitize PII)

0 commit comments

Comments
 (0)