@sap-ai-sdk/langchain
Version:
SAP Cloud SDK for AI is the official Software Development Kit (SDK) for **SAP AI Core**, **SAP Generative AI Hub**, and **Orchestration Service**.
5 lines • 505 B
TypeScript
export { AzureOpenAiChatClient, AzureOpenAiEmbeddingClient } from './openai/index.js';
export type { AzureOpenAiChatModelParams, AzureOpenAiEmbeddingModelParams, AzureOpenAiChatCallOptions, ChatAzureOpenAIToolType } from './openai/index.js';
export { OrchestrationClient, OrchestrationMessageChunk } from './orchestration/index.js';
export type { OrchestrationCallOptions, LangChainOrchestrationModuleConfig, ChatOrchestrationToolType } from './orchestration/index.js';
//# sourceMappingURL=index.d.ts.map