Skip to content

Commit 6210ded

Browse files
committed
Update CustomizeSolution.md
1 parent 72c2dc9 commit 6210ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/CustomizeSolution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ class BakerAgent(BaseAgent):
8080
### **Step 2: Register the new Agent in the messages**
8181
Update `messages.py` to include the new agent.
8282

83-
```python
83+
```python
8484
baker_agent = "BakerAgent"
85-
```
85+
```
8686

8787
### **Step 3: Register the Agent in the Initialization Process**
8888
Update the `initialize_runtime_and_context` function in `utils.py` to include the new agent.

0 commit comments

Comments
 (0)