mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
20 lines
440 B
JSON
20 lines
440 B
JSON
|
|
{
|
||
|
|
"name": "AI powered code explainer",
|
||
|
|
"description": "Simplify code understanding with Gemini AI and Rest API, providing instant explanations and real-time insights.",
|
||
|
|
"widgets": [
|
||
|
|
"Table",
|
||
|
|
"Container"
|
||
|
|
],
|
||
|
|
"sources": [
|
||
|
|
{
|
||
|
|
"name": "RestAPI",
|
||
|
|
"id": "restapi"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Run JavaScript",
|
||
|
|
"id": "runjs"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"id": "ai-powered-code-explainer",
|
||
|
|
"category": "developer-utilities"
|
||
|
|
}
|