You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either change to: conversation = writer.ai.Conversation("You assist clients with analyzing and understanding their balance sheets")
or import Conversation from writer.ai import Conversation
The text was updated successfully, but these errors were encountered:
Here: https://dev.writer.com/framework/ai-module#initializing-a-conversation
![image](https://private-user-images.githubusercontent.com/37946988/401405957-c587bae3-540d-4807-8952-3b59cc7c37e6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Mjk1MzksIm5iZiI6MTczODkyOTIzOSwicGF0aCI6Ii8zNzk0Njk4OC80MDE0MDU5NTctYzU4N2JhZTMtNTQwZC00ODA3LTg5NTItM2I1OWNjN2MzN2U2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDExNTM1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIxNGU3NTcyYzNiODU2YTkyOTkxZjQ3ZTQ0NTgzMTU1YTkzY2JhZDYxZDRiYzcyMzVmOGEyYmU4ZjE5NGU4YzQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UkD0fTzhR3RyBon_v0FSFRjaNNRSAWfrYi1UWywzfeI)
Conversation
was never imported.Either change to:
conversation = writer.ai.Conversation("You assist clients with analyzing and understanding their balance sheets")
or import Conversation
from writer.ai import Conversation
The text was updated successfully, but these errors were encountered: