Commit graph

97 commits

Author SHA1 Message Date
Deon Sanchez
f28ba54da3 Implement Delete Confirmation Dialog and Enhance Knowledge Dropdown
- Added a new `DeleteConfirmationDialog` component for confirming deletions.
- Updated `KnowledgeDropdown` to include a loading state and improved user feedback during file operations.
- Enhanced the search page to support bulk deletion of documents with confirmation dialog.
- Integrated event dispatching for knowledge updates after file operations.
- Refactored various components for better readability and maintainability.
2025-09-16 16:07:49 -06:00
Edwin Jose
6dbcf5dbf5 Update langflow_history_service.py 2025-09-10 13:10:42 -04:00
Edwin Jose
6f76044395 Merge branch 'main' into fix-logger 2025-09-10 13:10:08 -04:00
Edwin Jose
4212c1025c Update session_ownership_service.py 2025-09-10 12:42:09 -04:00
Edwin Jose
8390653861 Update langflow_history_service.py 2025-09-10 12:42:05 -04:00
Edwin Jose
8672c89743 Update conversation_persistence_service.py 2025-09-10 12:41:58 -04:00
Edwin Jose
fe88378d05 Update chat_service.py 2025-09-10 12:41:04 -04:00
phact
e6f3dabcf9 consolidate langflow clients 2025-09-10 12:03:11 -04:00
Sebastián Estévez
5e1e8cc99b
Merge branch 'main' into cz/remove-chat-default 2025-09-09 15:36:13 -04:00
Mike Fortman
ab10e01286
Merge pull request #26 from langflow-ai/ingest-settings
Add ingest settings
2025-09-09 14:03:10 -05:00
phact
6cfdb827c7 task timings 2025-09-09 14:33:15 -04:00
Sebastián Estévez
e2caae94f1
Merge branch 'main' into ingest-settings 2025-09-09 13:29:27 -04:00
cristhianzl
9fb24ab369 🔧 (chat_service.py): remove redundant code block that adds local metadata to conversations array
♻️ (chat_service.py): refactor code to remove unnecessary loop for adding local metadata to conversations array
2025-09-09 14:22:47 -03:00
Mike Fortman
643539b548 support for ingest 2025-09-09 11:12:48 -05:00
Mike Fortman
05cd115162 Merge branch 'main' of github.com:langflow-ai/openrag into ingest-settings 2025-09-09 10:00:19 -05:00
Edwin Jose
8dff280930 add langflow routers with langflow file processor 2025-09-09 03:20:21 -04:00
Edwin Jose
faac0c912e Merge branch 'main' into langflow-ingestion-modes 2025-09-09 02:42:52 -04:00
phact
132194d1f8 filenames 2025-09-09 00:13:16 -04:00
Gabriel Luiz Freitas Almeida
0539f7751a Enhance ingestion flow by adding user metadata and improving context handling
This commit updates the ingestion flow to include user metadata such as owner ID, name, and email, enhancing the context for downstream services. It also refines the handling of tweaks in the LangflowFileService to incorporate this metadata, ensuring better tracking and clarity in the ingestion process. These changes align with best practices for robust async development and improve the overall functionality of the ingestion flow.
2025-09-08 23:49:46 -03:00
Edwin Jose
445ad708f8
Merge branch 'ingestion-flow' into langflow-ingestion-modes 2025-09-08 21:22:59 -04:00
Gabriel Luiz Freitas Almeida
86709db984 Update file path key in tweaks dictionary for LangflowFileService to enhance clarity
This commit modifies the key for file paths in the tweaks dictionary from "file_path" to "path" within the LangflowFileService class. This change improves code clarity and consistency, aligning with best practices for robust async development while maintaining existing functionality.
2025-09-08 22:02:58 -03:00
Edwin Jose
1c5e61abdb
Merge branch 'ingestion-flow' into langflow-ingestion-modes 2025-09-08 19:32:41 -04:00
Gabriel Luiz Freitas Almeida
8ae543ac69 Refactor file path handling in LangflowFileService to improve clarity and consistency
This commit updates the LangflowFileService class by changing the key for file paths in the tweaks dictionary from "path" to "file_path". This modification enhances code clarity and aligns with best practices for maintaining robust async code. Additionally, it simplifies the logging statement for better readability while preserving the functionality related to JWT token handling.
2025-09-08 20:11:21 -03:00
Gabriel Luiz Freitas Almeida
12cbd63dbf Refactor SearchService to improve data retrieval from search results
This commit updates the SearchService class to utilize the `get` method for safely accessing fields in the search results. This change enhances the robustness of the code by preventing potential KeyErrors and aligns with best practices for building maintainable async code. Additionally, it simplifies the data extraction process from the search results, improving overall code clarity.
2025-09-08 20:10:48 -03:00
Lucas Oliveira
24b4d8a83f Added restore flow functionality 2025-09-08 18:07:36 -03:00
Edwin Jose
1531c6a9f5 Merge branch 'ingestion-flow' into langflow-ingestion-modes 2025-09-08 16:51:29 -04:00
phact
f3616db4cd FLOW_ID 2025-09-08 16:33:06 -04:00
Sebastián Estévez
084502c0b6
Merge branch 'main' into ingestion-flow 2025-09-08 16:29:13 -04:00
Gabriel Luiz Freitas Almeida
327b435814 fix imports in task_service 2025-09-08 16:39:41 -03:00
Lucas Oliveira
d6bf6444e5 Merge remote-tracking branch 'origin/main' into feat/nudges 2025-09-08 16:25:59 -03:00
Edwin Jose
1e97ec693a Merge branch 'ingestion-flow' into langflow-ingestion-modes 2025-09-08 14:44:33 -04:00
Gabriel Luiz Freitas Almeida
e144f8f0ef update FLOW_ID variable 2025-09-08 15:10:00 -03:00
Edwin Jose
64ea8b6567 Update task_service.py 2025-09-08 13:18:50 -04:00
Edwin Jose
87e31d98a4 Update task_service.py 2025-09-08 13:17:24 -04:00
Edwin Jose
975a4c214a Merge branch 'ingestion-flow' into langflow-ingestion-modes 2025-09-08 12:51:34 -04:00
Edwin Jose
dcd44017ce Update to langflow service to user logger correctly 2025-09-08 12:13:02 -04:00
Gabriel Luiz Freitas Almeida
503fa92788
Merge branch 'main' into ingestion-flow 2025-09-08 12:19:52 -03:00
Edwin Jose
5dd9959dd0
Merge branch 'ingestion-flow' into langflow-ingestion-modes 2025-09-08 10:38:31 -04:00
phact
8dc77298be logging 2025-09-08 10:30:18 -04:00
phact
9f7c506cce log error when INGEST_FLOW_ID is not configured 2025-09-08 09:58:28 -04:00
Gabriel Luiz Freitas Almeida
18e1874c88 Enhance logging and JWT token handling in LangflowFileService
This commit refactors the LangflowFileService to utilize a centralized logger instead of instance-specific logging. It also improves the handling of the JWT token in the run_ingestion_flow method, ensuring it is correctly passed to downstream services and logged appropriately. These changes enhance code readability and maintainability while adhering to robust async coding practices.
2025-09-08 08:44:05 -03:00
Gabriel Luiz Freitas Almeida
2543b2103b fix import statement 2025-09-08 08:42:46 -03:00
Edwin Jose
6c99c1b61d Implement unified upload and ingest endpoint in Langflow
This commit introduces a new combined endpoint for uploading files and running ingestion in Langflow. The frontend component is updated to utilize this endpoint, streamlining the process by eliminating separate upload and ingestion calls. The response structure is adjusted to include deletion status and other relevant information, enhancing error handling and logging practices throughout the codebase.
2025-09-08 02:03:02 -04:00
Sebastián Estévez
2b662482a0
Merge branch 'main' into cz/fix-tool-call-tag 2025-09-05 23:57:54 -04:00
phact
69dccf87a4 merge 2025-09-05 23:57:00 -04:00
phact
0be4dd4893 fix import 2025-09-05 23:55:58 -04:00
cristhianzl
68652dd298 📝 (agent.py): Update comments and function names for clarity and consistency
🔧 (agent.py): Add support for in-memory storage of active conversation threads
🔧 (agent.py): Implement storing conversation metadata in memory and persisting to disk
🔧 (chat_service.py): Refactor get_chat_history method to handle in-memory and persistent conversations
🔧 (chat_service.py): Enhance get_chat_history to process in-memory and persistent conversations
🔧 (chat_service.py): Improve handling of in-memory and Langflow database conversations
🔧 (chat_service.py): Refactor get_user_conversation method for better handling of in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Update get_user_conversation to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Update get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Enhance get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Refactor get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat_service.py): Improve get_user_conversation method to handle in-memory and metadata-only conversations
🔧 (chat
2025-09-05 18:15:51 -03:00
Eric Hare
9719443243
Merge branch 'main' into feat-googledrive-enhancements 2025-09-05 13:48:22 -07:00
cristhianzl
f83851b259 (frontend): refactor message processing in ChatPage component to handle function calls from chunks or response_data
♻️ (agent.py): refactor async_response, async_langflow, async_chat, async_langflow_chat, and async_langflow_chat_stream functions to return full response object for function calls
🔧 (chat_service.py): update ChatService to include function call data in message_data if present
2025-09-05 16:53:02 -03:00
cristhianzl
7ff3bfd70b merge fix 2025-09-05 16:04:14 -03:00