Restore send_message in base_tools (tool-based delivery works, streaming is fallback)

This commit is contained in:
daniel
2026-05-07 16:52:12 -05:00
parent 7b7ad578c0
commit d773985191

View File

@@ -263,7 +263,7 @@ async def main(payload: dict, context):
region_name="us-east-1", region_name="us-east-1",
) )
base_tools = [web_search, web_fetch, read_workspace_file, write_workspace_file, base_tools = [send_message, 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]