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

createChatMessage support #5

Open
rexmortus opened this issue Jun 18, 2023 · 2 comments
Open

createChatMessage support #5

rexmortus opened this issue Jun 18, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rexmortus
Copy link

Hello! As a fellow LLM enthusiast, I was so excited to find your plugin. I love being able to generate flavour text right in the chat window.

Just one thing... I have created some macros that create chat messages, and I note that your plugin does not register a hook for those events. So, I have to type my question manually each time to trigger the 'chatMessage' hook.

Is there any way you would consider supporting the 'createChatMessage' hook, so that I could trigger your plugin when creating chat messages of my own?

@rexmortus
Copy link
Author

Or maybe even better, could the module expose the respondTo() method? Because then, it could be called from anywhere which would be great.

@vizovitin
Copy link
Owner

It's an interesting use case. Thanks for bringing this to my attention!

Could you provide an example minimal macro that creates a chat message, that you would like the module to respond to?

Could you also provide a mock macro that would use something like a respondTo() method? And maybe some example use cases, if you don't mind.

Just so our understanding is aligned. 😃

@vizovitin vizovitin added the enhancement New feature or request label Jun 20, 2023
@vizovitin vizovitin added the help wanted Extra attention is needed label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants