@tpmjs/tools-objection-response
Suggest responses to common sales objections based on objection category and context
Tool "objectionResponseTool" has no valid inputSchema. Tools must use AI SDK jsonSchema(), Zod v4 (._zod), or Zod v3 (._def) schemas.
Last checked: 3/1/2026, 4:29:44 AM
Test @tpmjs/tools-objection-response (objectionResponseTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-objection-responsepnpm add @tpmjs/tools-objection-responseyarn add @tpmjs/tools-objection-responsebun add @tpmjs/tools-objection-responsedeno add npm:@tpmjs/tools-objection-responseimport { objectionResponseTool } from '@tpmjs/tools-objection-response';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { objectionResponseTool } from '@tpmjs/tools-objection-response';
const result = await generateText({
model: openai('gpt-4o'),
tools: { objectionResponseTool },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
objectionstringThe customer objection text
contextobjectDeal context and customer info
Try to auto-extract schema from the package
ERROR: No README data found!
Downloads/month
5
GitHub Stars
0
Quality Score