This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Commit fab9ef8
committed
✨ Add debug logging for LangChain chain input/output
Improves observability by adding debug logging for chain input and output in the commit command. Also reorganizes imports following Python best practices by grouping standard library, third-party, and local imports.1 parent ed4f33f commit fab9ef8
1 file changed
Lines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
1 | 12 | | |
2 | 13 | | |
3 | 14 | | |
4 | 15 | | |
5 | 16 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
97 | 104 | | |
98 | 105 | | |
99 | 106 | | |
| 107 | + | |
100 | 108 | | |
| 109 | + | |
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
| |||
0 commit comments