🐛 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:
parent
d730ca027c
commit
8ee4b2b79e
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@
|
|||
"type": "str",
|
||||
"list": false
|
||||
},
|
||||
"_type": "zero_shot"
|
||||
"_type": "ZeroShotPrompt"
|
||||
},
|
||||
"description": "Prompt template for Zero Shot Agent.",
|
||||
"base_classes": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue