We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1484a2b commit 6fe87e6Copy full SHA for 6fe87e6
tutorials/baml_src/classification-guide/chain_of_thought.baml
@@ -1,13 +1,4 @@
1
// 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
-}
11
12
impl<llm, ClassifyMessage> version3 {
13
client GPT4
0 commit comments