Spaces:
Sleeping
Sleeping
| { | |
| "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": [] | |
| } | |
| } |