Christopher Speller
Christopher Speller
@a3957273 Agree here. I think a lot has changed since I closed #71 in regards to context length. It would be valuable to just do our best here if the...
This could be done pretty quickly with a function. It might make more sense as a pre-processing step though.
> Despite the prompt saying that it can accept Word or text files it seems like that is not possible either. Correct, that's not possible yet. https://github.com/mattermost/mattermost-plugin-ai/issues/61 and the PR...
@hkjang Yes it should work fine without the Github plugin. Just without the Github functionality. Are you running into some issue?
For context, the reason for this limitation is that channel mentions in DMs are ambiguous since there can be the same channel name in multiple teams. Town Square being the...
Looks like there is a PR in progress https://github.com/mattermost/mattermost/pull/24137 If that is completed than I think that would solve this problem since ambiguous mentions would be annotated with a team...
This is partially #44 since you can't do the channel lookup in DMs anyway. (see #44 for why) You did disambiguate but the prompting just isn't there to support that....
There are defiantly some cases where it works. I think the cases where it doesn't are where we write the prompt for the user. It's going to end up in...
@StevenTruong89 Could you turn on debug logging on you server? (It's in the system console under logging) Then you can reproduce the issue and there should be a go stack...