Skip to content

Commit 72c2dc9

Browse files
committed
Update CustomizeSolution.md
1 parent 05c7788 commit 72c2dc9

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
@@ -137,7 +137,7 @@ Update the `initialize_runtime_and_context` function in `utils.py` to include th
137137
await GroupChatManager.register(
138138
baker_tools: List[Tool] = get_baker_tools()
139139
```
140-
8. **Append to baker_tools to functions**:
140+
8. **Append baker_tools to functions**:
141141
```python
142142
for tool in baker_tools:
143143
functions.append(

0 commit comments

Comments
 (0)