Commit 0127d2b
authored
Model name is a tag for langsmith traces (#770)
# Motivation
We need a quick way to filter langsmith traces by model name.
# Content
Model name is now an attribute of CodeAgent and is added to the list of
tags on the langsmith trace.
# Testing
Tested by running locally
# Please check the following before marking your PR as ready for review1 parent 30c016e commit 0127d2b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments