Replies: 1 comment 10 replies
-
I found a similar open issue related to the error you're encountering: "TypeError: argument 'text': 'dict' object cannot be converted to 'PyString'" [1]. The suggested solution for this type of error is to ensure that the input being passed to the function expecting a string is indeed a string and not a dictionary. In your code, the error occurs when invoking the chain with To resolve this, ensure that the input to the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
getting below error:
Error occurred: argument 'text': 'dict' object cannot be converted to 'PyString'
in tweets_data_qna in result
Beta Was this translation helpful? Give feedback.
All reactions