From 78f522d042d0869a2880597e5d6f1c7888840ecc Mon Sep 17 00:00:00 2001 From: Liang-Chun Tsai Date: Wed, 19 Aug 2026 11:38:12 -0700 Subject: [PATCH 1/2] Correct tau-bench data attribution Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- NOTICE | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index 7628973..a7ab2c2 100644 --- a/NOTICE +++ b/NOTICE @@ -14,7 +14,7 @@ Citation: Yao, S., Shinn, N., Razavi, P., & Narasimhan, K. (2024). τ-bench: A Benchmark for Tool-Agent-User Interaction in Real-World Domains. -Files copied verbatim from tau-bench: +Data files derived from tau-bench and modified for use within ThinkingBox: support/tau_bench/airline_data/flights.json support/tau_bench/airline_data/reservations.json @@ -30,6 +30,8 @@ method signatures so external callers remain unaffected: Modifications by Microsoft Corporation: + - Modified the original tau-bench airline data files listed above for use + within ThinkingBox. - Refactored the original tau-bench airline env into a Pydantic-modeled business-logic engine (airline_tau_bench_system.py). - Wrapped airline tools as an MCP server for use with the ThinkingBox From 7e06d8a548f5e62220f01a39e36fbe906e4fc841 Mon Sep 17 00:00:00 2001 From: Liang-Chun Tsai Date: Wed, 19 Aug 2026 11:45:57 -0700 Subject: [PATCH 2/2] Clarify tau-bench data modifications Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- NOTICE | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/NOTICE b/NOTICE index a7ab2c2..403238e 100644 --- a/NOTICE +++ b/NOTICE @@ -17,9 +17,12 @@ Citation: Yao, S., Shinn, N., Razavi, P., & Narasimhan, K. (2024). Data files derived from tau-bench and modified for use within ThinkingBox: support/tau_bench/airline_data/flights.json - support/tau_bench/airline_data/reservations.json support/tau_bench/airline_data/users.json +Data file copied verbatim from tau-bench: + + support/tau_bench/airline_data/reservations.json + (See support/tau_bench/readme.txt for the original upstream URLs.) Files containing code derived from tau-bench's airline environment, @@ -30,8 +33,8 @@ method signatures so external callers remain unaffected: Modifications by Microsoft Corporation: - - Modified the original tau-bench airline data files listed above for use - within ThinkingBox. + - Modified flights.json and users.json from the original tau-bench airline + data for use within ThinkingBox. - Refactored the original tau-bench airline env into a Pydantic-modeled business-logic engine (airline_tau_bench_system.py). - Wrapped airline tools as an MCP server for use with the ThinkingBox