(1.x) Base chat handler refactor for custom slash commands (#398) #511
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds attributes, starts adding to subclasses
Consistent syntax
Help for all handlers
Fix slash ID error
Iterate through entry points
Fix typo in call to select()
Moves config to magics, modifies extensions to attempt to load classes
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Moves config to proper location, improves error logging
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
WIP: Updates per feedback, adds custom handler
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Removes redundant code, style fixes
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Removes unnecessary custom message
Instantiates class
Validates slash ID
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Consistent arguments to chat handlers
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Refactors to avoid intentionally unused params
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Updates docs, removes custom handler from source and config
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Renames process_message to match base class
Adds needed parameter that had been deleted
Joins lines in contributor doc
Removes natural language routing type, which is not yet used
Update docs/source/developers/index.md
Co-authored-by: Piyush Jain [email protected]
Co-authored-by: Piyush Jain [email protected]
Co-authored-by: Piyush Jain [email protected]
Revises per @3coins, avoids Latinism
Removes Configurable, since we do not yet have configurable traits
Uses Literal for validation
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Piyush Jain [email protected]
(cherry picked from commit 64e6daf)