diff --git a/README.md b/README.md index 04f39af..e7732a2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ generating, modifying, and enhancing content directly within your editor. - CKEditor 5 - PHP 8.1 or higher - Key module (for secure API key storage) -- Markdownify module (enables internal links to unpublished content) +- Markdownify module (provides markdown versions of Drupal content for AI to access when URLs are included in prompts) - OpenAI API key ## Installation diff --git a/docs/ckeditor_ai_agent_desc.html b/docs/ckeditor_ai_agent_desc.html index 133d81d..2f1f175 100644 --- a/docs/ckeditor_ai_agent_desc.html +++ b/docs/ckeditor_ai_agent_desc.html @@ -73,7 +73,8 @@

Usage Examples

  • Multilingual Content: Generate content in any language supported by your chosen AI model
  • -

    Optional Dependencies

    +

    Dependencies

    \ No newline at end of file +
  • Markdownify module (drupal/markdownify) - Provides markdown versions of Drupal content that the AI can access when URLs are included in prompts. Essential for referencing draft articles, internal documentation, or any unpublished content while respecting user permissions. For example, enables workflows like generating social posts for draft articles.
  • + +