Spaces:
Sleeping
Sleeping
File size: 2,515 Bytes
944f820 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | {
"AI Practice.api.read_root": {
"id": "AI Practice.api.read_root",
"name": "read_root",
"class_name": "",
"module": "AI Practice",
"file": "AI Practice/api.py",
"calls": [
"app.get"
],
"called_by": []
},
"AI Practice.api.get_todos": {
"id": "AI Practice.api.get_todos",
"name": "get_todos",
"class_name": "",
"module": "AI Practice",
"file": "AI Practice/api.py",
"calls": [
"app.get"
],
"called_by": []
},
"AI Practice.api.get_todo": {
"id": "AI Practice.api.get_todo",
"name": "get_todo",
"class_name": "",
"module": "AI Practice",
"file": "AI Practice/api.py",
"calls": [
"app.get",
"HTTPException"
],
"called_by": []
},
"AI Practice.api.create_todo": {
"id": "AI Practice.api.create_todo",
"name": "create_todo",
"class_name": "",
"module": "AI Practice",
"file": "AI Practice/api.py",
"calls": [
"app.post",
"todos.append",
"todo.dict"
],
"called_by": []
},
"AI Practice.api.update_todo": {
"id": "AI Practice.api.update_todo",
"name": "update_todo",
"class_name": "",
"module": "AI Practice",
"file": "AI Practice/api.py",
"calls": [
"app.put",
"enumerate",
"HTTPException",
"updated_todo.dict"
],
"called_by": []
},
"AI Practice.api.delete_todo": {
"id": "AI Practice.api.delete_todo",
"name": "delete_todo",
"class_name": "",
"module": "AI Practice",
"file": "AI Practice/api.py",
"calls": [
"app.delete",
"enumerate",
"HTTPException",
"todos.pop"
],
"called_by": []
},
"Chat Bot.app.home": {
"id": "Chat Bot.app.home",
"name": "home",
"class_name": "",
"module": "Chat Bot",
"file": "Chat Bot/app.py",
"calls": [
"app.route",
"render_template"
],
"called_by": []
},
"Chat Bot.app.chat": {
"id": "Chat Bot.app.chat",
"name": "chat",
"class_name": "",
"module": "Chat Bot",
"file": "Chat Bot/app.py",
"calls": [
"app.route",
"request.json.get",
"memory.append",
"client.chat.completions.create",
"jsonify",
"str"
],
"called_by": []
},
"IMCSBOT.app.generate": {
"id": "IMCSBOT.app.generate",
"name": "generate",
"class_name": "",
"module": "IMCSBOT",
"file": "IMCSBOT/app.py",
"calls": [
"app.post",
"generator"
],
"called_by": []
}
} |