-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09b9447
commit 739a2dc
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"$schema": "https://json-schema.axonivy.com/market/10.0.2/meta.json", | ||
"id": "ai-assistant", | ||
"name": "AI Assistant", | ||
"names": [ | ||
{ | ||
"locale": "en", | ||
"value": "AI Assistant" | ||
}, | ||
{ | ||
"locale": "de", | ||
"value": "KI-Assistent" | ||
} | ||
], | ||
"description": "The AI Assistant is a powerful tool designed to streamline your daily work within the portal.", | ||
"descriptions": [ | ||
{ | ||
"locale": "en", | ||
"value": "The AI Assistant is a powerful tool designed to streamline your daily work within the portal." | ||
}, | ||
{ | ||
"locale": "de", | ||
"value": "Der KI-Assistent ist ein leistungsstarkes Werkzeug, das entwickelt wurde, um Ihre tägliche Arbeit im Portal zu optimieren." | ||
} | ||
], | ||
"type": "util", | ||
"platformReview": "4.5", | ||
"sourceUrl": "https://github.com/axonivy-market/ai-assistant", | ||
"statusBadgeUrl": "https://github.com/axonivy-market/ai-assistant/actions/workflows/ci.yml/badge.svg", | ||
"language": "English", | ||
"industry": "Cross-Industry", | ||
"tags": ["AI"], | ||
"mavenArtifacts": [ | ||
{ | ||
"repoUrl": "https://maven.axonivy.com", | ||
"name": "AI Assistant", | ||
"groupId": "com.axonivy.utils.aiassistant", | ||
"artifactId": "ai-assistant-product", | ||
"type": "zip" | ||
} | ||
] | ||
} |