Skip to content

Commit

Permalink
Introduce logo and meta (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhoan-axonivy authored Dec 12, 2024
1 parent 09b9447 commit 739a2dc
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
Binary file added market/utils/ai-assistant/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions market/utils/ai-assistant/meta.json
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"
}
]
}

0 comments on commit 739a2dc

Please sign in to comment.