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 3073b60 commit b346430Copy full SHA for b346430
documentation/CustomizeSolution.md
@@ -82,7 +82,7 @@ Update `messages.py` to include the new agent.
82
83
```python
84
class BAgentType(str, Enum):
85
- baker_agent = "BakerAgent"
+ baker_agent = "BakerAgent"
86
```
87
88
### **Step 3: Register the Agent in the Initialization Process**
0 commit comments