Remove send_message tool: let harness stream text deltas to Telegram

This commit is contained in:
daniel
2026-05-07 17:03:34 -05:00
parent 04c0aeeb8a
commit ae5e0df884

View File

@@ -263,7 +263,7 @@ async def main(payload: dict, context):
region_name="us-east-1", region_name="us-east-1",
) )
base_tools = [send_message, web_search, web_fetch, read_workspace_file, write_workspace_file, base_tools = [web_search, web_fetch, read_workspace_file, write_workspace_file,
_code_interpreter.code_interpreter, home_assistant, connect_google_account, _code_interpreter.code_interpreter, home_assistant, connect_google_account,
manage_service] manage_service]