Skip to content

Commit

Permalink
fix: Changes from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Sep 16, 2024
1 parent 2d41b66 commit 21907d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sample-code/src/langchain-openai.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { HumanMessage } from '@langchain/core/messages';
import { AzureOpenAiChatClient, AzureOpenAiEmbeddingClient } from '@sap-ai-sdk/langchain';
import {
AzureOpenAiChatClient,
AzureOpenAiEmbeddingClient
} from '@sap-ai-sdk/langchain';

/**
* Ask GPT about the capital of France.
Expand Down

0 comments on commit 21907d1

Please sign in to comment.