Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Conversation Handler Feature #83

Closed
wants to merge 5 commits into from
Closed

Added Conversation Handler Feature #83

wants to merge 5 commits into from

Conversation

gokhanaltun
Copy link

This feature facilitates step-by-step interaction with users during a conversation.

Here are the changes I made:

- conversation_handler.go: I created a new structure named ConversationHandler. This structure monitors the active stage of the conversation and calls functions according to specific stages.
- conversation_handler_test.go: I added a test file that tests the functionalities of the Conversation Handler.
- Added a usage example in the examples section.

@negasus negasus self-assigned this May 16, 2024
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.

2 participants