@tpmjs/official-org-chart-format
Formats organizational hierarchy data into structured org chart representation
Test @tpmjs/official-org-chart-format (orgChartFormatTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/official-org-chart-formatpnpm add @tpmjs/official-org-chart-formatyarn add @tpmjs/official-org-chart-formatbun add @tpmjs/official-org-chart-formatdeno add npm:@tpmjs/official-org-chart-formatimport { orgChartFormatTool } from '@tpmjs/official-org-chart-format';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { orgChartFormatTool } from '@tpmjs/official-org-chart-format';
const result = await generateText({
model: openai('gpt-4o'),
tools: { orgChartFormatTool },
prompt: 'Your prompt here...',
});
console.log(result.text);(employees: { id: string; name: string; email: string; level: number; title: string }[]) => Promise<unknown>Available configuration options
employeesobject[]Employee data with manager relationships
Schema extracted: 3/1/2026, 4:28:40 AM
ERROR: No README data found!
Downloads/month
19
GitHub Stars
0
Quality Score