Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jan 14, 2025
1 parent c08fde9 commit 65c6c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wrapper/client.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { VectaraClient as FernClient } from "../client";
import * as core from "../core";
import {
ChatFullResponse,
ChatFullResponse,
ChatParameters,
ChatStreamedResponse,
GenerationParameters,
SearchCorporaParameters
} from "../api";
import { VectaraClient as FernClient } from "../Client";
import * as core from "../core";
import RequestOptions = FernClient.RequestOptions;


Expand Down

0 comments on commit 65c6c42

Please sign in to comment.