mirror of
https://github.com/langchain-ai/langchain-benchmarks.git
synced 2026-07-21 06:25:20 -04:00
[PR #30] [MERGED] Refactor to remove ID from task, move task definitions out of registry.py #41
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/langchain-ai/langchain-benchmarks/pull/30
Author: @eyurtsev
Created: 11/20/2023
Status: ✅ Merged
Merged: 11/20/2023
Merged by: @eyurtsev
Base:
main← Head:eugene/remove_id📝 Commits (1)
061061cx📊 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.