Skip to content

Commit 1a6602f

Browse files
authored
Update _WrappedClients.ts (#14)
1 parent edef0d3 commit 1a6602f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/api/resources/_WrappedClients.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import * as core from "../../core";
22
import * as TrueFoundry from "../index";
3-
import { Agents } from "./agents/client/Client";
4-
import { AgentVersions } from "./agentVersions/client/Client";
53
import { Applications } from "./applications/client/Client";
64
import { Artifacts } from "./artifacts/client/Client";
75
import { ArtifactVersions } from "./artifactVersions/client/Client";
@@ -11,9 +9,6 @@ import { ModelVersions } from "./modelVersions/client/Client";
119
import { Prompts } from "./prompts/client/Client";
1210
import { PromptVersions } from "./promptVersions/client/Client";
1311
import { SecretGroups } from "./secretGroups/client/Client";
14-
import { Tools } from "./tools/client/Client";
15-
import { ToolVersions } from "./toolVersions/client/Client";
16-
import { TracingProjects } from "./tracingProjects/client/Client";
1712
import { Workspaces } from "./workspaces/client/Client";
1813

1914
interface HasAsyncListMethod<T> {

0 commit comments

Comments
 (0)