@iblai/mcp 1.4.4 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2751,7 +2751,7 @@ interface LLMProviderDetails {
|
|
|
2751
2751
|
/>
|
|
2752
2752
|
\`\`\`
|
|
2753
2753
|
|
|
2754
|
-
\`getLLMProviderDetails\`
|
|
2754
|
+
\`getLLMProviderDetails\` may be passed by the host, or imported from \`@iblai/iblai-js/web-containers/next\` — the package now ships canonical mappings + logos under \`node_modules/@iblai/web-containers/public/\`. Copy those files into your app's static-root so the returned paths resolve. Recognised keys: \`groq\`, \`openai\`, \`azure_openai\`, \`mistral\`, \`google\`, \`llama\`, \`anthropic\` / \`IBLChatAnthropic\`, \`nvidia\` / \`IBLChatNvidia\`, \`perplexity\`, \`deepseek\`, \`xai\`, plus four Bedrock aliases \`bedrock\` / \`amazon-bedrock\` / \`amazon_bedrock\` / \`IBLChatBedrock\` (all → Amazon).
|
|
2755
2755
|
|
|
2756
2756
|
> **Import from \`@iblai/iblai-js/web-containers/next\`** — requires Next.js and AgentSettingsProvider wrapper
|
|
2757
2757
|
|