@directus-labs/ai-text-intelligence-operation
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@directus-labs/ai-text-intelligence-operation", | ||
"description": "Use Deepgram's Text Intelligence API to understand the meaning behind text.", | ||
"icon": "extension", | ||
"version": "1.0.5", | ||
"license": "MIT", | ||
"keywords": [ | ||
"directus", | ||
"directus-extension", | ||
"directus-extension-operation" | ||
], | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"directus:extension": { | ||
"type": "operation", | ||
"path": { | ||
"app": "dist/app.js", | ||
"api": "dist/api.js" | ||
}, | ||
"source": { | ||
"app": "src/app.js", | ||
"api": "src/api.js" | ||
}, | ||
"host": "^10.10.0", | ||
"sandbox": { | ||
"enabled": true, | ||
"requestedScopes": { | ||
"log": {}, | ||
"request": { | ||
"methods": [ | ||
"POST" | ||
], | ||
"urls": [ | ||
"https://api.deepgram.com/v1/**" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"build": "directus-extension build", | ||
"dev": "directus-extension build -w --no-minify", | ||
"link": "directus-extension link" | ||
}, | ||
"devDependencies": { | ||
"@directus/extensions-sdk": "11.0.1", | ||
"vue": "^3.4.21" | ||
} | ||
"name": "@directus-labs/ai-text-intelligence-operation", | ||
"description": "Use Deepgram's Text Intelligence API to understand the meaning behind text.", | ||
"icon": "extension", | ||
"version": "1.0.6", | ||
"license": "MIT", | ||
"keywords": [ | ||
"directus", | ||
"directus-extension", | ||
"directus-extension-operation" | ||
], | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"directus:extension": { | ||
"type": "operation", | ||
"path": { | ||
"app": "dist/app.js", | ||
"api": "dist/api.js" | ||
}, | ||
"source": { | ||
"app": "src/app.js", | ||
"api": "src/api.js" | ||
}, | ||
"host": "^10.10.0", | ||
"sandbox": { | ||
"enabled": true, | ||
"requestedScopes": { | ||
"log": {}, | ||
"request": { | ||
"methods": [ | ||
"POST" | ||
], | ||
"urls": [ | ||
"https://api.deepgram.com/v1/**" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"build": "directus-extension build", | ||
"dev": "directus-extension build -w --no-minify", | ||
"link": "directus-extension link" | ||
}, | ||
"devDependencies": { | ||
"@directus/extensions-sdk": "11.0.1", | ||
"vue": "^3.4.21" | ||
} | ||
} |
@@ -5,7 +5,7 @@ # AI Text Intelligence Operation | ||
![The AI Text Intelligence operation, showing a Deepgram API Key field and a text field](https://raw.githubusercontent.com/directus-labs/extension-ai-text-intelligence-operation/main/docs/options.png) | ||
![The AI Text Intelligence operation, showing a Deepgram API Key field and a text field](https://raw.githubusercontent.com/directus-labs/extensions/main/packages/ai-text-intelligence-operation/docs/options.png) | ||
This operation contains two required configuration options - a [Deepgram API Key](https://console.deepgram.com), and some text. It returns a JSON object containing sentiment average and per segment, intent per segment, topics per segment, and an overall summary of the text. | ||
![The output showing a JSON object containing a summary and topics.](https://raw.githubusercontent.com/directus-labs/extension-ai-text-intelligence-operation/main/docs/output.png) | ||
![The output showing a JSON object containing a summary and topics.](https://raw.githubusercontent.com/directus-labs/extensions/main/packages/ai-text-intelligence-operation/docs/output.png) | ||
@@ -12,0 +12,0 @@ ## Output |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4597
2