🐛 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.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-08 00:39:12 -03:00
commit 8ee4b2b79e

View file

@ -352,7 +352,7 @@
"type": "str",
"list": false
},
"_type": "zero_shot"
"_type": "ZeroShotPrompt"
},
"description": "Prompt template for Zero Shot Agent.",
"base_classes": [