[PR #30] [MERGED] Refactor to remove ID from task, move task definitions out of registry.py #41

Closed
opened 2026-02-16 00:18:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-benchmarks/pull/30
Author: @eyurtsev
Created: 11/20/2023
Status: Merged
Merged: 11/20/2023
Merged by: @eyurtsev

Base: mainHead: eugene/remove_id


📝 Commits (1)

📊 Changes

9 files changed (+190 additions, -191 deletions)

View changed files

📝 langchain_benchmarks/extraction/email_task.py (+1 -2)
📝 langchain_benchmarks/registration.py (+9 -181)
📝 langchain_benchmarks/schema.py (+57 -3)
langchain_benchmarks/tool_usage/environments/__init__.py (+0 -0)
📝 langchain_benchmarks/tool_usage/multiverse_math.py (+28 -1)
📝 langchain_benchmarks/tool_usage/relational_data.py (+32 -1)
📝 langchain_benchmarks/tool_usage/type_writer.py (+30 -1)
📝 langchain_benchmarks/tool_usage/type_writer_26_funcs.py (+32 -1)
📝 tests/unit_tests/tool_usage/test_tool_usage.py (+1 -1)

📄 Description

Make it easier to make changes without merge conflicts


🔄 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/langchain-ai/langchain-benchmarks/pull/30 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/20/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/remove_id` --- ### 📝 Commits (1) - [`061061c`](https://github.com/langchain-ai/langchain-benchmarks/commit/061061c4c384e68840dbe056f3b56ea911547fc1) x ### 📊 Changes **9 files changed** (+190 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `langchain_benchmarks/extraction/email_task.py` (+1 -2) 📝 `langchain_benchmarks/registration.py` (+9 -181) 📝 `langchain_benchmarks/schema.py` (+57 -3) ➖ `langchain_benchmarks/tool_usage/environments/__init__.py` (+0 -0) 📝 `langchain_benchmarks/tool_usage/multiverse_math.py` (+28 -1) 📝 `langchain_benchmarks/tool_usage/relational_data.py` (+32 -1) 📝 `langchain_benchmarks/tool_usage/type_writer.py` (+30 -1) 📝 `langchain_benchmarks/tool_usage/type_writer_26_funcs.py` (+32 -1) 📝 `tests/unit_tests/tool_usage/test_tool_usage.py` (+1 -1) </details> ### 📄 Description Make it easier to make changes without merge conflicts --- <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-16 00:18:02 -05:00
yindo closed this issue 2026-02-16 00:18:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-benchmarks#41