Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring, AI Actions, Compare tool #157

Merged
merged 44 commits into from
Nov 13, 2024
Merged

Refactoring, AI Actions, Compare tool #157

merged 44 commits into from
Nov 13, 2024

Conversation

stoerr
Copy link
Member

@stoerr stoerr commented Nov 13, 2024

This implements a couple of smaller and larger features.

  • pages are marked with attribute ai_translationError if the translation fails
  • move GPTChatCompletionTemplate out of impl package since that's used in the API
  • add support for tools to the site panel AI: the interface AITool can be implemented by services that do offer functionality the side panel AI can call by itself (OpenAI tool calls).
  • include two tools that need to be OSGI configured to be available:
    • SearchPageAITool performs a search in the current site. That needs a lucene fulltext indext to be configured, though.
    • GetPageMarkdownAITool allows the AI to retrieve the text of a given page.

stoerr and others added 5 commits November 13, 2024 10:28
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dr. Hans-Peter Störr <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dr. Hans-Peter Störr <[email protected]>
@stoerr stoerr merged commit 19861ae into develop Nov 13, 2024
5 checks passed
@stoerr stoerr deleted the feature/aiactions branch November 13, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant