Error with passing in non default prompts. #367
-
Hi, I am having a hard time figuring out how to pass in nondefault prompts with pandasai. I am using a dictionary to set up my new prompt as a prompt object from pandas: But when I run this like so: I get the error: Am I setting it up wrong? I would love an example to figure out how to do this properly |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @TusharA912, you should rather pass the class, not the object. Try this:
|
Beta Was this translation helpful? Give feedback.
Hi @TusharA912, you should rather pass the class, not the object.
Try this: