Skip to content

Commit 3073b60

Browse files
committed
Update CustomizeSolution.md
1 parent 7cc3e8e commit 3073b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/CustomizeSolution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class BakerAgent(BaseAgent):
8181
Update `messages.py` to include the new agent.
8282

8383
```python
84+
class BAgentType(str, Enum):
8485
baker_agent = "BakerAgent"
8586
```
8687

0 commit comments

Comments
 (0)