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 27a3038 commit 04ee742Copy full SHA for 04ee742
README.md
@@ -85,6 +85,7 @@ mixture of agents as the optimization approach. In the proxy logs you will see t
85
86
| Technique | Slug | Description |
87
|-----------|----------------|-------------|
88
+| Agent | `agent ` | Determines which of the below approaches to take and then combines the results |
89
| Monte Carlo Tree Search | `mcts` | Uses MCTS for decision-making in chat responses |
90
| Best of N Sampling | `bon` | Generates multiple responses and selects the best one |
91
| Mixture of Agents | `moa` | Combines responses from multiple critiques |
0 commit comments