@thomasdavis/lisa
Ask Lisa a question and get her unique perspective
Test @thomasdavis/lisa (askLisaTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @thomasdavis/lisapnpm add @thomasdavis/lisayarn add @thomasdavis/lisabun add @thomasdavis/lisadeno add npm:@thomasdavis/lisaimport { askLisaTool } from '@thomasdavis/lisa';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { askLisaTool } from '@thomasdavis/lisa';
const result = await generateText({
model: openai('gpt-4o'),
tools: { askLisaTool },
prompt: 'Your prompt here...',
});
console.log(result.text);(question: string) => Promise<unknown>Available configuration options
questionstringThe question to ask Lisa
Schema extracted: 3/1/2026, 4:25:40 AM
AI SDK tools for lisa
pnpm add @thomasdavis/lisa
This package provides 2 tools for the AI SDK:
import { exampleTool } from '@thomasdavis/lisa'; 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
16
GitHub Stars
0
Quality Score