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 8e0f09e commit f5410e8Copy full SHA for f5410e8
1 file changed
backend/app/service/chat_service.py
@@ -2140,26 +2140,7 @@ def _create_coordinator_and_task_agents() -> list[ListenChatAgent]:
2140
key,
2141
prompt,
2142
options,
2143
- [
2144
- *(
2145
- ToolkitMessageIntegration(
2146
- message_handler=HumanToolkit(
2147
- options.project_id, key
2148
- ).send_message_to_user
2149
- ).register_toolkits(
2150
- NoteTakingToolkit(
2151
- options.project_id,
2152
- working_directory=working_directory,
2153
- )
2154
2155
- ).get_tools(),
2156
- *SkillToolkit(
2157
2158
- key,
2159
2160
- user_id=options.skill_config_user_id(),
2161
2162
- ],
+ [],
2163
)
2164
for key, prompt in {
2165
Agents.coordinator_agent: f"""
0 commit comments