File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 11import * as core from "../../core" ;
22import * as TrueFoundry from "../index" ;
3- import { Agents } from "./agents/client/Client" ;
4- import { AgentVersions } from "./agentVersions/client/Client" ;
53import { Applications } from "./applications/client/Client" ;
64import { Artifacts } from "./artifacts/client/Client" ;
75import { ArtifactVersions } from "./artifactVersions/client/Client" ;
@@ -11,9 +9,6 @@ import { ModelVersions } from "./modelVersions/client/Client";
119import { Prompts } from "./prompts/client/Client" ;
1210import { PromptVersions } from "./promptVersions/client/Client" ;
1311import { 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" ;
1712import { Workspaces } from "./workspaces/client/Client" ;
1813
1914interface HasAsyncListMethod < T > {
You can’t perform that action at this time.
0 commit comments