Gabriel Luiz Freitas Almeida
25d77eaf87
🐛 fix(custom.py): fix JsonAgent.from_toolkit_and_llm method to handle both list and JsonToolkit input
...
🔥 chore(test_graph.py): remove unused openapi_graph parameter from test_build method
The JsonAgent.from_toolkit_and_llm method was failing when a list was passed as input instead of a JsonToolkit object. The fix now handles both cases. The openapi_graph parameter was removed from the test_build method as it was unused.
2023-05-31 11:44:12 -03:00
Gabriel Almeida
31062f2a8c
refactor(run.py): remove unused process_graph function
...
refactor(test_graph.py): update get_result_and_steps to get_result_and_thought function name
2023-05-10 11:31:06 -03:00
Gabriel Almeida
01de3a2021
refactor(test_graph.py): remove unused import of build_json from payload module
2023-05-07 20:15:29 +00:00
Gabriel Almeida
3b733ada01
refactor(tests): remove unused imports and variables, fix typos and update node types
2023-05-07 20:15:29 +00:00
Gabriel Almeida
ffb2aad45d
fixes to tests
2023-04-29 07:38:06 -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
Ibis Prevedello
81c634f839
fix: fix lint and formatting
2023-04-10 12:01:13 -03:00
Gabriel Almeida
cdf50ebe7a
test(graph.py): add test for get_result_and_thought_using_graph method
2023-04-09 09:23:47 -03:00
Gabriel Almeida
12c21b0185
custom prompt experiment
2023-04-01 18:41:27 -03:00
Ibis Prevedello
53c9812819
refac: fix merge and format
2023-04-01 17:42:43 -03:00
Gabriel Almeida
0fc454f9b7
feat: added more tests for nodes
2023-04-01 00:01:29 -03:00
Gabriel Almeida
203b8ff6fe
formatting
2023-03-31 14:06:40 -03:00
Gabriel Almeida
f4b51514a1
refac: change graph module structure
2023-03-29 16:12:59 -03:00
Gabriel Almeida
c2d4d3e9c0
refactor: separating modules to fix circular import
2023-03-28 15:28:08 -03:00
Gabriel Almeida
b67c7d6442
fix: updates to json and test added
2023-03-27 17:32:50 -03:00
Gabriel Almeida
287ef0d4e4
feat: new tests for endpoints
2023-03-26 21:02:45 -03:00
Gabriel Almeida
7dbda097f5
feat: complex example test passing
2023-03-26 01:15:01 -03:00
Gabriel Almeida
8ccc22086b
feat: added tests for building the langchain obj
2023-03-25 20:20:47 -03:00
Gabriel Almeida
cccbeeb4d2
feat: added edge validation
2023-03-24 18:48:03 -03:00
Gabriel Almeida
230f0d95e9
refac: implemented buid_json using graph methods
2023-03-24 12:22:27 -03:00
Gabriel Almeida
b4963572b0
feat: added more graph tests
2023-03-24 11:29:58 -03:00
Gabriel Almeida
269c06e9c1
feat: added tests for graph
2023-03-24 11:21:29 -03:00