Skip to content

Commit b346430

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/CustomizeSolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Update `messages.py` to include the new agent.
8282

8383
```python
8484
class BAgentType(str, Enum):
85-
baker_agent = "BakerAgent"
85+
baker_agent = "BakerAgent"
8686
```
8787

8888
### **Step 3: Register the Agent in the Initialization Process**

0 commit comments

Comments
 (0)