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 05c7788 commit 72c2dc9Copy full SHA for 72c2dc9
documentation/CustomizeSolution.md
@@ -137,7 +137,7 @@ Update the `initialize_runtime_and_context` function in `utils.py` to include th
137
await GroupChatManager.register(
138
baker_tools: List[Tool] = get_baker_tools()
139
```
140
-8. **Append to baker_tools to functions**:
+8. **Append baker_tools to functions**:
141
```python
142
for tool in baker_tools:
143
functions.append(
0 commit comments