mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-24 08:56:21 -05:00
[PR #16519] [MERGED] feat: use AIOHTTP_CLIENT_TIMEOUT for tool calls to make timeout configurable #79032
Reference in New Issue
Block a user
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/16519
Author: @tremlin
Created: 8/12/2025
Status: ✅ Merged
Merged: 8/12/2025
Merged by: @tjbck
Base:
dev← Head:feat-configurable-timeout-tool-calls📝 Commits (1)
7aa41d5feat: use AIOHTTP_CLIENT_TIMEOUT for tool calls to make timeout configurable📊 Changes
1 file changed (+4 additions, -1 deletions)
View changed files
📝
backend/open_webui/utils/tools.py(+4 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
AIOHTTP_CLIENT_TIMEOUTenvironment variableChanged
AIOHTTP_CLIENT_TIMEOUTenvironment variableAdditional Information
We have some tools with very long response times and this patch allows us to increase the timeout.
If you prefer to separate the setting, we could also introduce a new environment variable, specific to the tool response.
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.