apache / incubator-answer-plugins

The Apache Answer plugins repository.
https://answer.apache.org/plugins
Apache License 2.0
62 stars 31 forks source link

AI copilot Support. #139

Open surapuramakhil opened 3 months ago

surapuramakhil commented 3 months ago

Is your feature request related to a problem? Please describe

An example of this feature https://ignitetech.com/softwarelibrary/answerhub

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Octobug commented 3 months ago

I suppose this is suitable to be done at the plugin level with a new plugin type. 👀

surapuramakhil commented 3 months ago

Answer need to support as FW for creating AI plugins. Plugins are more like a class implementation of an interface.

Here you define interface and call its method (I mean integrate)