Gabriel Almeida
9d3098f3e2
refactor(langflow): reorder imports in multiple files
...
This commit reorders imports in multiple files to follow PEP8 guidelines
and improve code readability. No functional changes were made.
2023-05-02 23:23:36 +00:00
Gabriel Almeida
ffb2aad45d
fixes to tests
2023-04-29 07:38:06 -03:00
Gabriel Almeida
07863ea098
test(websocket.py): change websocket endpoint from /ws/test_client to /chat/test_client
...
test(websocket.py): update assertions to match new endpoint and response format
2023-04-28 15:44:18 -03:00
Gabriel Almeida
dc72f2e52f
refactor(test_websocket.py): change sender field to is_bot field in chat history tests
2023-04-25 21:06:29 -03:00
Gabriel Almeida
5169c0bc27
feat(chat_manager.py): add support for sending file responses
...
fix(schemas.py): add validation for file response type and data type
test(test_websocket.py): remove data and data_type fields from ChatResponse messages in tests
2023-04-20 11:09:42 -03:00
Gabriel Almeida
0a630cd70d
refactor(chat_manager.py): move process_graph function outside of ChatManager class
...
test(websocket.py): add tests for websocket connection, chat history, and sending messages
2023-04-19 22:23:31 -03:00
Gabriel Almeida
18b3583850
test(websocket.py): add tests for websocket connection, chat history and sending message
2023-04-19 13:13:58 -03:00