[PR #112] [MERGED] Tool Tasks: Add eval params to task definition #120

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-benchmarks/pull/112
Author: @eyurtsev
Created: 12/10/2023
Status: Merged
Merged: 12/11/2023
Merged by: @hinthornw

Base: mainHead: eugene/add_eval_params


📝 Commits (1)

📊 Changes

6 files changed (+40 additions, -2 deletions)

View changed files

📝 langchain_benchmarks/schema.py (+22 -0)
📝 langchain_benchmarks/tool_usage/evaluators.py (+1 -1)
📝 langchain_benchmarks/tool_usage/tasks/multiverse_math.py (+3 -0)
📝 langchain_benchmarks/tool_usage/tasks/relational_data.py (+1 -0)
📝 langchain_benchmarks/tool_usage/tasks/type_writer.py (+7 -1)
📝 langchain_benchmarks/tool_usage/tasks/type_writer_26_funcs.py (+6 -0)

📄 Description

This will make it easier to treat all tasks uniformly.


🔄 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/112 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 12/10/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `eugene/add_eval_params` --- ### 📝 Commits (1) - [`2b04516`](https://github.com/langchain-ai/langchain-benchmarks/commit/2b045168d23ab591f5572a51c3d595804d2d6502) x ### 📊 Changes **6 files changed** (+40 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `langchain_benchmarks/schema.py` (+22 -0) 📝 `langchain_benchmarks/tool_usage/evaluators.py` (+1 -1) 📝 `langchain_benchmarks/tool_usage/tasks/multiverse_math.py` (+3 -0) 📝 `langchain_benchmarks/tool_usage/tasks/relational_data.py` (+1 -0) 📝 `langchain_benchmarks/tool_usage/tasks/type_writer.py` (+7 -1) 📝 `langchain_benchmarks/tool_usage/tasks/type_writer_26_funcs.py` (+6 -0) </details> ### 📄 Description This will make it easier to treat all tasks uniformly. --- <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:16 -05:00
yindo closed this issue 2026-02-16 00:18:16 -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#120