- Issue created by @MrDaleSmith
- Merge request !302Add context generator service and a plugin system to handle context generation. #3490637 → (Open) created by MrDaleSmith
The issue https://www.drupal.org/project/ai_agents/issues/3487696 ✨ Write out which input contexts are loaded in the prompt file Active wants the context for a AI call to be documented within the prompt yml file, but will require a service in order to turn this into actual data to send to the AI. Such a service will potentially have use outside of the AI Agents module, so should probably be contained within the AI Core module.
Create a basic plugin type that can be used to generate context for an AI call, and a service that will generate all context for a call.
Active
1.0
AI Core module