Files
Odoo-Modules/fusion_accounting/fusion_accounting_ai/graphify-out/cache/a0cc4ad76aee30f52170445baa1478fccf0ef1ab92f3f9365b8e937ef4869c2b.json
gsinghpal 9ebf89bde2 changes
2026-05-16 13:18:52 -04:00

1 line
25 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "label": "chat_controller.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L1"}, {"id": "chat_controller_fusionaccountingchatcontroller", "label": "FusionAccountingChatController", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L10"}, {"id": "chat_controller_fusionaccountingchatcontroller_check_session_ownership", "label": "._check_session_ownership()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L12"}, {"id": "chat_controller_create_session", "label": "create_session()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L21"}, {"id": "chat_controller_close_session", "label": "close_session()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L30"}, {"id": "chat_controller_chat", "label": "chat()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L43"}, {"id": "chat_controller_approve_action", "label": "approve_action()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L57"}, {"id": "chat_controller_reject_action", "label": "reject_action()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L65"}, {"id": "chat_controller_dashboard_data", "label": "dashboard_data()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L73"}, {"id": "chat_controller_approve_all", "label": "approve_all()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L105"}, {"id": "chat_controller_reject_all", "label": "reject_all()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L121"}, {"id": "chat_controller_chat_status", "label": "chat_status()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L138"}, {"id": "chat_controller_search_matches", "label": "search_matches()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L147"}, {"id": "chat_controller_session_list", "label": "session_list()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L162"}, {"id": "chat_controller_session_latest", "label": "session_latest()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L179"}, {"id": "chat_controller_session_history", "label": "session_history()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L231"}, {"id": "chat_controller_rationale_13", "label": "S1-S3: Verify the current user owns the session.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L13"}, {"id": "chat_controller_rationale_139", "label": "Poll the live execution state of a running chat \u2014 returns thinking text,", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L139"}, {"id": "chat_controller_rationale_148", "label": "Live search for matching journal items \u2014 called directly by the reconcil", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L148"}, {"id": "chat_controller_rationale_163", "label": "List recent sessions for the session picker dropdown.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L163"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L1", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "odoo_http", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_fusionaccountingchatcontroller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L10", "weight": 1.0}, {"source": "chat_controller_fusionaccountingchatcontroller", "target": "chat_controller_fusionaccountingchatcontroller_check_session_ownership", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_create_session", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L21", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_close_session", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L30", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_chat", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L43", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_approve_action", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L57", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_reject_action", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L65", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_dashboard_data", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L73", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_approve_all", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L105", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_reject_all", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L121", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_chat_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L138", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_search_matches", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L147", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_session_list", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L162", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_session_latest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L179", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_controllers_chat_controller_py", "target": "chat_controller_session_history", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L231", "weight": 1.0}, {"source": "chat_controller_close_session", "target": "chat_controller_fusionaccountingchatcontroller_check_session_ownership", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L35", "weight": 1.0}, {"source": "chat_controller_chat", "target": "chat_controller_fusionaccountingchatcontroller_check_session_ownership", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L49", "weight": 1.0}, {"source": "chat_controller_approve_all", "target": "chat_controller_approve_action", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L112", "weight": 1.0}, {"source": "chat_controller_reject_all", "target": "chat_controller_reject_action", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L128", "weight": 1.0}, {"source": "chat_controller_session_history", "target": "chat_controller_fusionaccountingchatcontroller_check_session_ownership", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L236", "weight": 1.0}, {"source": "chat_controller_rationale_13", "target": "chat_controller_fusionaccountingchatcontroller_check_session_ownership", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L13", "weight": 1.0}, {"source": "chat_controller_rationale_139", "target": "chat_controller_fusionaccountingchatcontroller_chat_status", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L139", "weight": 1.0}, {"source": "chat_controller_rationale_148", "target": "chat_controller_fusionaccountingchatcontroller_search_matches", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L148", "weight": 1.0}, {"source": "chat_controller_rationale_163", "target": "chat_controller_fusionaccountingchatcontroller_session_list", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L163", "weight": 1.0}], "raw_calls": [{"caller_nid": "chat_controller_fusionaccountingchatcontroller_check_session_ownership", "callee": "has_group", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L16"}, {"caller_nid": "chat_controller_create_session", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L22"}, {"caller_nid": "chat_controller_close_session", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L31"}, {"caller_nid": "chat_controller_close_session", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L31"}, {"caller_nid": "chat_controller_close_session", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L32"}, {"caller_nid": "chat_controller_close_session", "callee": "action_close_session", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L39"}, {"caller_nid": "chat_controller_chat", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L47"}, {"caller_nid": "chat_controller_chat", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L47"}, {"caller_nid": "chat_controller_chat", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L48"}, {"caller_nid": "chat_controller_chat", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L53"}, {"caller_nid": "chat_controller_approve_action", "callee": "has_group", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L58"}, {"caller_nid": "chat_controller_approve_action", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L61"}, {"caller_nid": "chat_controller_reject_action", "callee": "has_group", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L66"}, {"caller_nid": "chat_controller_reject_action", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L69"}, {"caller_nid": "chat_controller_dashboard_data", "callee": "new", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L76"}, {"caller_nid": "chat_controller_dashboard_data", "callee": "loads", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L87"}, {"caller_nid": "chat_controller_dashboard_data", "callee": "loads", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L88"}, {"caller_nid": "chat_controller_dashboard_data", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L91"}, {"caller_nid": "chat_controller_approve_all", "callee": "has_group", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L106"}, {"caller_nid": "chat_controller_approve_all", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L112"}, {"caller_nid": "chat_controller_approve_all", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L113"}, {"caller_nid": "chat_controller_approve_all", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L116"}, {"caller_nid": "chat_controller_approve_all", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L117"}, {"caller_nid": "chat_controller_reject_all", "callee": "has_group", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L122"}, {"caller_nid": "chat_controller_reject_all", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L128"}, {"caller_nid": "chat_controller_reject_all", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L130"}, {"caller_nid": "chat_controller_reject_all", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L133"}, {"caller_nid": "chat_controller_reject_all", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L134"}, {"caller_nid": "chat_controller_chat_status", "callee": "get_execution_state", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L143"}, {"caller_nid": "chat_controller_chat_status", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L143"}, {"caller_nid": "chat_controller_search_matches", "callee": "search_matching_entries", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L152"}, {"caller_nid": "chat_controller_search_matches", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L153"}, {"caller_nid": "chat_controller_search_matches", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L158"}, {"caller_nid": "chat_controller_search_matches", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L159"}, {"caller_nid": "chat_controller_session_list", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L164"}, {"caller_nid": "chat_controller_session_list", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L166"}, {"caller_nid": "chat_controller_session_list", "callee": "isoformat", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L172"}, {"caller_nid": "chat_controller_session_list", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L173"}, {"caller_nid": "chat_controller_session_list", "callee": "loads", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L173"}, {"caller_nid": "chat_controller_session_latest", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L182"}, {"caller_nid": "chat_controller_session_latest", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L193"}, {"caller_nid": "chat_controller_session_latest", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L203"}, {"caller_nid": "chat_controller_session_latest", "callee": "loads", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L205"}, {"caller_nid": "chat_controller_session_latest", "callee": "isinstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L208"}, {"caller_nid": "chat_controller_session_latest", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L208"}, {"caller_nid": "chat_controller_session_latest", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L208"}, {"caller_nid": "chat_controller_session_latest", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L209"}, {"caller_nid": "chat_controller_session_latest", "callee": "isinstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L210"}, {"caller_nid": "chat_controller_session_latest", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L210"}, {"caller_nid": "chat_controller_session_latest", "callee": "isinstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L212"}, {"caller_nid": "chat_controller_session_latest", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L212"}, {"caller_nid": "chat_controller_session_latest", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L212"}, {"caller_nid": "chat_controller_session_latest", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L213"}, {"caller_nid": "chat_controller_session_latest", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L217"}, {"caller_nid": "chat_controller_session_latest", "callee": "_format_pending_approval", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L221"}, {"caller_nid": "chat_controller_session_history", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L232"}, {"caller_nid": "chat_controller_session_history", "callee": "int", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L232"}, {"caller_nid": "chat_controller_session_history", "callee": "exists", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L233"}, {"caller_nid": "chat_controller_session_history", "callee": "loads", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/controllers/chat_controller.py", "source_location": "L240"}]}