@tpmjs/official-survey-analyze
Analyzes employee survey responses to extract themes, sentiment, and action items
Test @tpmjs/official-survey-analyze (surveyAnalyzeTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/official-survey-analyzepnpm add @tpmjs/official-survey-analyzeyarn add @tpmjs/official-survey-analyzebun add @tpmjs/official-survey-analyzedeno add npm:@tpmjs/official-survey-analyzeimport { surveyAnalyzeTool } from '@tpmjs/official-survey-analyze';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { surveyAnalyzeTool } from '@tpmjs/official-survey-analyze';
const result = await generateText({
model: openai('gpt-4o'),
tools: { surveyAnalyzeTool },
prompt: 'Your prompt here...',
});
console.log(result.text);(questions: string[], responses: string[]) => Promise<unknown>Available configuration options
responsesstring[]Survey responses from employees
questionsstring[]Survey questions asked
Schema extracted: 2/28/2026, 3:58:37 AM
ERROR: No README data found!
Downloads/month
19
GitHub Stars
0
Quality Score