- Issue created by @MrDaleSmith
- @mrdalesmith opened merge request.
- Issue was unassigned.
- Status changed to Needs review
18 days ago 10:57pm 2 January 2025 - π©πͺGermany jan kellermann
jan kellermann β made their first commit to this issueβs fork.
- π©πͺGermany jan kellermann
Updated the fork.
RTBC to the commits on modules/ai_assistant_api/src/AiAssistantApiRunner.php.
I dont know if the warning in modules/ai_assistant_api/src/Form/AiAssistantForm.php is neccessary.
- π©πͺGermany marcus_johansson
@jan kellerman - regarding the warning message, we always had the feeling that just having a provider and a prompt didn't really make sense without some underlying action plugin. But I think if I understand the AnythingLLM correct, that it can work as both an LLM, Agent, Scraper, context source/RAG etc. meaning that it by itself can be really useful?
If so fixing the warning would make sense now or at a later stage.
- π©πͺGermany jan kellermann
@marcus_johansson I got stuck in communication here, sorry.
Yes, AnythingLLM is a RAG out of the box and so no actions are needed in the module. So it would be good if the array was queried beforehand.
I added this commit ("You may need..." instead of "You will need...").
I have updated the fork.
For me the patch works. Because I am not working with actions I did not set RTBC.