nolanzandi commited on
Commit
3fbd595
·
verified ·
1 Parent(s): bd4d5c3

Temporarily remove function

Browse files
Files changed (1) hide show
  1. tools.py +0 -20
tools.py CHANGED
@@ -32,26 +32,6 @@ def tools_call(session_hash):
32
  },
33
  },
34
  {
35
- "type": "function",
36
- "function": {
37
- "name": "rag_pipeline_func",
38
- "description": f"This a tool useful to query a SQLite table called 'data_source' with the following Columns: {columns}",
39
- "parameters": {
40
- "type": "object",
41
- "properties": {
42
- "queries": {
43
- "type": "array",
44
- "description": "The query to use in the search. Infer this from the user's message. It should be a question or a statement",
45
- "items": {
46
- "type": "string",
47
- }
48
- }
49
- },
50
- "required": ["question"],
51
- },
52
- },
53
- },
54
- {
55
  "type": "function",
56
  "function": {
57
  "name": "chart_generation_func",
 
32
  },
33
  },
34
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  "type": "function",
36
  "function": {
37
  "name": "chart_generation_func",