Skip to content

Conversation

leeivan1007
Copy link

I try a toy same by using run.py

python run.py --task "A bird is flying" --name "A bird"

And it shows:

ChatMessage(role_name=self.role_name, role_type=self.role_type, 
TypeError: __init__() got an unexpected keyword argument 'annotations'

I add an attribute (annotations) to class ChatMessage. And It is solved.

Solve the issue with the run.py which it shows:
TypeError: __init__() got an unexpected keyword argument 'annotations'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant