Skip to content

Commit f7ec2c8

Browse files
committed
Update CustomizeSolution.md
1 parent df624b6 commit f7ec2c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/CustomizeSolution.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ Update the `initialize_runtime_and_context` function in `utils.py` to include th
129129
),
130130
)
131131
```
132-
6. **Add to HumanAgent**:
132+
6. **Add to agent_ids**:
133133
```python
134-
await HumanAgent.register(
134+
agent_ids = {
135135
BAgentType.baker_agent: baker_agent_id,
136136
```
137-
7. **Add to GroupChatManager**:
137+
7. **Add to retrieve_all_agent_tools**:
138138
```python
139-
await GroupChatManager.register(
139+
def retrieve_all_agent_tools() -> List[Dict[str, Any]]:
140140
baker_tools: List[Tool] = get_baker_tools()
141141
```
142142
8. **Append baker_tools to functions**:

0 commit comments

Comments
 (0)