DSPy for CoT on conversation based code understanding #13
vipinshreyaskumar
announced in
Announcements
Replies: 1 comment 2 replies
-
flowchart LR
A[Class Metadata]
B[Function Metadata]
C[Function Content]
D[Dspy FS Signature]
E[Dspy FS COT]
F[Function Summary]
G[Dspy FS Evaluator Signature]
H[Dspy FS Evaluator Module]
I[Refined Function Summary]
A --> D
B --> D
C --> D
D --> E
E --> F
A --> G
B --> G
C --> G
F --> G
G --> H
H --> I
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Explore the possibility of using DSPy to chain of thought natural language question on the code base.
Beta Was this translation helpful? Give feedback.
All reactions