[PR #360] [MERGED] Fix errors in function calling blueprint, reload function, and URL conversion #394

Closed
opened 2026-02-15 20:15:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/360
Author: @mohameodo
Created: 12/6/2024
Status: Merged
Merged: 3/28/2025
Merged by: @tjbck

Base: mainHead: fix-errors


📝 Commits (1)

  • 1e79a03 Fix errors in function calling blueprint, reload function, and URL conversion

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 blueprints/function_calling_blueprint.py (+2 -0)

📄 Description

Add a return statement to the call_function method in blueprints/function_calling_blueprint.py.

  • Add a return statement after adding the function result to the system prompt in the call_function method.
  • Ensure the call_function method returns the updated messages.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/360 **Author:** [@mohameodo](https://github.com/mohameodo) **Created:** 12/6/2024 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `fix-errors` --- ### 📝 Commits (1) - [`1e79a03`](https://github.com/open-webui/pipelines/commit/1e79a038fe39100c502fd65596b3ed4bb9696afd) Fix errors in function calling blueprint, reload function, and URL conversion ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/function_calling_blueprint.py` (+2 -0) </details> ### 📄 Description Add a return statement to the `call_function` method in `blueprints/function_calling_blueprint.py`. * Add a return statement after adding the function result to the system prompt in the `call_function` method. * Ensure the `call_function` method returns the updated messages. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:23 -05:00
yindo closed this issue 2026-02-15 20:15:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#394