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 72c2dc9 commit 6210dedCopy full SHA for 6210ded
documentation/CustomizeSolution.md
@@ -80,9 +80,9 @@ class BakerAgent(BaseAgent):
80
### **Step 2: Register the new Agent in the messages**
81
Update `messages.py` to include the new agent.
82
83
- ```python
+ ```python
84
baker_agent = "BakerAgent"
85
- ```
+```
86
87
### **Step 3: Register the Agent in the Initialization Process**
88
Update the `initialize_runtime_and_context` function in `utils.py` to include the new agent.
0 commit comments