Gabriel Luiz Freitas Almeida
8ee4b2b79e
🐛 fix(complex_example.json): change _type value from 'zero_shot' to 'ZeroShotPrompt' to match class name
...
The _type value was changed to match the class name, which improves consistency and readability of the code.
2023-06-08 00:39:12 -03:00
Gabriel Luiz Freitas Almeida
dedbe3c906
🎨 refactor(complex_example.json): rename "PythonFunction" to "PythonFunctionTool" and add "description" and "name" fields
...
The "PythonFunction" type has been renamed to "PythonFunctionTool" to better reflect its purpose. Additionally, two new fields have been added: "description" and "name". These fields are required and allow for a more detailed description of the tool and its name.
2023-05-31 15:40:20 -03:00
Gabriel Almeida
5836a91a39
fix: replace basic_example
2023-05-07 20:15:29 +00:00
Ibis Prevedello
37925c275f
test: fix text scripts
2023-04-13 11:52:42 -03:00
Gabriel Almeida
cd95e2500c
fix: readded chatgpt and fixed wrapper name
2023-04-04 22:14:34 -03:00
Ibis Prevedello
23b50d31d2
refac: fix tool name for test
2023-04-03 17:00:17 -03:00
Gabriel Almeida
58652f7c2b
fix: loading agent correctly and added correct chat models loading
2023-04-02 10:41:40 -03:00
Gabriel Almeida
0fc454f9b7
feat: added more tests for nodes
2023-04-01 00:01:29 -03:00
Gabriel Almeida
b67c7d6442
fix: updates to json and test added
2023-03-27 17:32:50 -03:00
Gabriel Almeida
7dbda097f5
feat: complex example test passing
2023-03-26 01:15:01 -03:00
Gabriel Almeida
cccbeeb4d2
feat: added edge validation
2023-03-24 18:48:03 -03:00
Gabriel Almeida
269c06e9c1
feat: added tests for graph
2023-03-24 11:21:29 -03:00
ogabrielluiz
498eadefc0
feat: adding test and make commands for testing
2023-03-10 07:20:40 -03:00