@tpmjs/tools-hllm
List all chat sessions for the authenticated user.
Test @tpmjs/tools-hllm (listSessions) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-hllmpnpm add @tpmjs/tools-hllmyarn add @tpmjs/tools-hllmbun add @tpmjs/tools-hllmdeno add npm:@tpmjs/tools-hllmimport { listSessions } from '@tpmjs/tools-hllm';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { listSessions } from '@tpmjs/tools-hllm';
const result = await generateText({
model: openai('gpt-4o'),
tools: { listSessions },
prompt: 'Your prompt here...',
});
console.log(result.text);(limit?: number, offset?: number) => Promise<unknown>Available configuration options
limitnumberMaximum number of sessions to return. Default: 20
offsetnumberNumber of sessions to skip. Default: 0
Schema extracted: 2/8/2026, 7:55:05 PM
ERROR: No README data found!
Downloads/month
167
GitHub Stars
0
Quality Score