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 7cc3e8e commit 3073b60Copy full SHA for 3073b60
documentation/CustomizeSolution.md
@@ -81,6 +81,7 @@ class BakerAgent(BaseAgent):
81
Update `messages.py` to include the new agent.
82
83
```python
84
+ class BAgentType(str, Enum):
85
baker_agent = "BakerAgent"
86
```
87
0 commit comments