Wire streaming: agent-runner processes chunks, remove send_message tool
This commit is contained in:
@@ -263,7 +263,7 @@ async def main(payload: dict, context):
|
||||
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,
|
||||
manage_service]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user