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

Add support for advanced output #219

Open
clockworksoul opened this issue Jun 29, 2022 · 0 comments
Open

Add support for advanced output #219

clockworksoul opened this issue Jun 29, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@clockworksoul
Copy link
Member

clockworksoul commented Jun 29, 2022

Currently, command output is limited to plain text, as if it was any command line tool. This is adequate for simple use cases, but doesn't allow for the addition of non-response data or metadata.

Commands optionally using "advanced output" would be able to overcome this limitation by returning rich-JSON-formatted responses that can contain directives including (but not limited to):

  • Structured response data, which can be processed by templates
  • Directives to the chat provider, such as adding reactions to chats

Response text would also be optional, and omitting it would mean that no output is generated in the chat provider.

This is a significant feature, and a will require a well-considered proposal.

@clockworksoul clockworksoul added the enhancement New feature or request label Jun 29, 2022
@clockworksoul clockworksoul modified the milestones: 0.9.3, 0.9.4 Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant