mistralai / mistral-finetune

Apache License 2.0
2.68k stars 220 forks source link

Fix/parse-available-tools #76

Closed matheus-prandini closed 3 months ago

matheus-prandini commented 3 months ago

Issue

https://github.com/mistralai/mistral-finetune/issues/77

Goal

The goal of this PR is to fix the available_tools parsing loop. Currently, only the last tool is being added to the available_tools list.

Expected Behavior

All tools should be added to the available tools list.

Contributor

@joaoppn

pandora-s-git commented 3 months ago

Thanks a lot!! Nice catch!!