From 984883dae74ff214618f10d7307c88633bc715e7 Mon Sep 17 00:00:00 2001 From: Shishir Patil <30296397+ShishirPatil@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:41:51 -0700 Subject: [PATCH] Create an issue template for BFCL (#599) Creates a new issue template. DOES not change BFCL leaderboard values. --- .github/ISSUE_TEMPLATE/bfcl.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bfcl.md diff --git a/.github/ISSUE_TEMPLATE/bfcl.md b/.github/ISSUE_TEMPLATE/bfcl.md new file mode 100644 index 000000000..d8d4b31a2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bfcl.md @@ -0,0 +1,28 @@ +--- +name: BFCL +about: Issue in Berkeley Function Calling Leaderboard +title: "[BFCL] " +labels: bfcl +assignees: '' + +--- + +**Describe the issue** +A clear and concise description of what the issue is. + +**ID datapoint** +1. Datapoint / Model Handler permalink: +2. Issue: +2. Gorilla repo commit #: + +**What is the issue** + +**Proposed Changes** + +{ + 'previous_datapoint':[], + 'updated_datapoint':[] +} + +**Additional context** +Add any other context about the problem here.