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

7 lines 250 B
export function resolveToolChoice(options, tools, shouldUseTools) { if (!shouldUseTools || !tools || Object.keys(tools).length === 0) { return "none"; } return options.toolChoice ?? "auto"; } //# sourceMappingURL=toolChoice.js.map