Skip to content

Commit 6fe87e6

Browse files
committed
simplify enum chain of thought
1 parent 1484a2b commit 6fe87e6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tutorials/baml_src/classification-guide/chain_of_thought.baml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
// https://docs.boundaryml.com/v3/guides/classification/level3
2-
class CategoryWithReasoning {
3-
reasoning_steps string @description(#"
4-
Some clues and reasoning steps to help the user
5-
understand why the category was chosen.
6-
"#)
7-
category Category @alias(chosen_category) @description(#"
8-
The category identifier or name.
9-
"#)
10-
}
112

123
impl<llm, ClassifyMessage> version3 {
134
client GPT4

0 commit comments

Comments
 (0)