UNPKG

@juspay/neurolink

Version:

Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio

5 lines (4 loc) 261 B
import type { Tool, ToolChoice } from "ai"; export declare function resolveToolChoice(options: { toolChoice?: ToolChoice<Record<string, Tool>>; }, tools: Record<string, Tool> | undefined, shouldUseTools: boolean): ToolChoice<Record<string, Tool>> | "none";