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

refactor(engine): refactor bot engine interface #26

Merged
merged 1 commit into from
Jan 27, 2024
Merged

refactor(engine): refactor bot engine interface #26

merged 1 commit into from
Jan 27, 2024

Conversation

b00f
Copy link
Contributor

@b00f b00f commented Jan 27, 2024

Description

This PR refactors the Bot Engine interface. The new interface has only one function named Run, it accpets input string and returns output as string.

  • Fixes #(issue number)

Types of changes

  • Bug fix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (corrections, enhancements, or additions to documentation)
  • Other (please describe):

@b00f b00f requested a review from kehiy as a code owner January 27, 2024 17:05
@kehiy kehiy merged commit 4cbbebe into pagu-project:main Jan 27, 2024
2 of 4 checks passed
@b00f b00f deleted the bot-interface branch January 30, 2024 18:34
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