jlov7 commited on
Commit
a2a43f1
·
1 Parent(s): 6639f75

feat: Multi-tool selection without large files

Browse files

Former-commit-id: 095add805e595a9199be981e16e5dff79d647071

.gitignore CHANGED
@@ -60,3 +60,5 @@ test_results.json
60
  # Temporary files
61
  tmp/
62
  temp/ .specstory/
 
 
 
60
  # Temporary files
61
  tmp/
62
  temp/ .specstory/
63
+ smollm3_robust/
64
+ mlruns/
Dynamic Function-Calling Agent.code-workspace ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": "."
5
+ }
6
+ ],
7
+ "settings": {}
8
+ }