@davincidreams/my-tools
Another example tool - add your implementation here
Module not found "https://esm.sh/@davincidreams/my-tools@0.0.1".
Last checked: 3/1/2026, 4:27:10 AM
Test @davincidreams/my-tools (anotherTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @davincidreams/my-toolspnpm add @davincidreams/my-toolsyarn add @davincidreams/my-toolsbun add @davincidreams/my-toolsdeno add npm:@davincidreams/my-toolsimport { anotherTool } from '@davincidreams/my-tools';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { anotherTool } from '@davincidreams/my-tools';
const result = await generateText({
model: openai('gpt-4o'),
tools: { anotherTool },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
No schema available for this tool.
AI SDK tools for my-tools
pnpm add @davincidreams/my-tools
This package provides 2 tools for the AI SDK:
import { exampleTool } from '@davincidreams/my-tools'; import { generateText } from 'ai'; import { openai } from '@ai-sdk/openai'; const result = await generateText({ model: openai('gpt-4'), prompt: 'Process this text for me', tools: { exampleTool, }, }); console.log(result.text);
# Install dependencies pnpm install # Build the package pnpm build # Type-check pnpm type-check # Watch mode pnpm dev
package.jsonpnpm buildpnpm publish --access publicMIT
Downloads/month
5
GitHub Stars
0
Quality Score