Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tdraier committed Dec 23, 2024
1 parent f2b3ef7 commit a5db79f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ import type {
CredentialsType,
ModelIdType,
ModelProviderIdType,
RunType,
TraceType,
WithAPIErrorResponse,
} from "@dust-tt/types";
import type { RunType } from "@dust-tt/types";
import {
assertNever,
CoreAPI,
credentialsFromProviders,
dustManagedCredentials,
rateLimiter,
} from "@dust-tt/types";
import { CoreAPI } from "@dust-tt/types";
import { createParser } from "eventsource-parser";
import type { NextApiRequest, NextApiResponse } from "next";

Expand Down
1 change: 1 addition & 0 deletions sdks/js/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ const WhitelistableFeaturesSchema = FlexibleEnumSchema<
| "snowflake_connector_feature"
| "index_private_slack_channel"
| "conversations_jit_actions"
| "disable_run_logs"
>();

export type WhitelistableFeature = z.infer<typeof WhitelistableFeaturesSchema>;
Expand Down

0 comments on commit a5db79f

Please sign in to comment.