mattermost-plugin-ai icon indicating copy to clipboard operation
mattermost-plugin-ai copied to clipboard

Mattermost plugin for LLMs

Results 45 mattermost-plugin-ai issues
Sort by recently updated
recently updated
newest added

How can we allow users to reuse prompts? Provide a prompt library for them to access?

enhancement
question

Currently the LLM does not have access to file contents even though the MM server adds the extracted content. This is not straightforward as you need to balance what the...

enhancement

The current content extraction in the MM server for PDFs doesn't work very well which creates some issues when the LLM tries to understand the files. Is there an alternative...

enhancement
help wanted

## Steps to reproduce the behavior 1. Go to @ai direct messages 2. Ask to `"in team channel what is the most common alert?"` 3. See error "Sorry! An error...

enhancement

## Summary Allow the AI Assistant to process posts in another/multiple other channels, ideally allowing me to DM the assistant and ask it to search/process posts ![AI-DM-image](https://github.com/mattermost/mattermost-plugin-ai/assets/6051508/2efd8fb4-ce9f-4f7d-bc1b-1a8b106e3bca) ## How important...

Not sure exactly what is required here. Do we just need to modify our prompts asking it to answer in a specific language? Or maybe we need to localize the...

enhancement
help wanted

Currently the audio summarization functionality will fail if the meeting is too long. (over 25MB) The first step to fixing this is being able to split up longer recordings and...

enhancement
help wanted

## Description The MM Webapp does not export AdvancedCreateComment directly. Instead it sets a bunch of incorrect parameters and only allows changes to `placeholder` and `onSubmit`. See: https://github.com/mattermost/mattermost/blob/master/webapp/channels/src/plugins/exported_create_post.tsx#L15 This caused...

Hi, I'm configuring Open AI API to server but I'm facing an issue. When I used v0.3.2, here was no problem and everything ran as well. However, if I use...

## Steps to reproduce the behavior 1. Create an API that kills the network connection half way through sending a response. 2. Observe that when the plugin interacts with it,...