Gabriel Luiz Freitas Almeida
156807b8e1
fix: replace old complex_example to fix tests
2023-07-01 09:52:45 -03:00
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
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
269c06e9c1
feat: added tests for graph
2023-03-24 11:21:29 -03:00