mirror of
https://github.com/open-webui/functions.git
synced 2026-07-20 14:14:28 -04:00
[PR #10] Improvements to the Anthropic pipe function #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/functions/pull/10
Author: @aaronchan0
Created: 10/23/2025
Status: 🔄 Open
Base:
main← Head:main📝 Commits (6)
68d4c99use Anthropic Python SDK; support web_search (server tool), configurable via ANTHROPIC_ENABLE_WEB_SEARCH; rewritten functions using asyncio; support emitting web_search streaming reasoning messages.ac77796added system message passingf5bbce1fixed error when no system prompt is passed in9a83bdcopenai version5f2a754added thinking support for web search; fixed image upload8a7e103support openai image generation📊 Changes
2 files changed (+271 additions, -224 deletions)
View changed files
📝
functions/pipes/anthropic/main.py(+91 -128)📝
functions/pipes/openai/main.py(+180 -96)📄 Description
I've updated the Anthropic pipe function in the following:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.