Skip to content

Commit d538b2d

Browse files
fix(types): Evaluators typing wasn't flowing through to autocomplete
1 parent c29bf97 commit d538b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/humanloop.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import { NodeTracerProvider, Tracer } from "@opentelemetry/sdk-trace-node";
22
import { AnthropicInstrumentation } from "@traceloop/instrumentation-anthropic";
33
import { CohereInstrumentation } from "@traceloop/instrumentation-cohere";
44
import { OpenAIInstrumentation } from "@traceloop/instrumentation-openai";
5-
import { Evaluators } from "api/resources/evaluators/client/Client";
65

76
import { HumanloopClient as BaseHumanloopClient } from "./Client";
87
import { ChatMessage } from "./api";
98
import { Evaluations as BaseEvaluations } from "./api/resources/evaluations/client/Client";
9+
import { Evaluators } from "./api/resources/evaluators/client/Client";
1010
import { Flows } from "./api/resources/flows/client/Client";
1111
import { Prompts } from "./api/resources/prompts/client/Client";
1212
import { Tools } from "./api/resources/tools/client/Client";

0 commit comments

Comments
 (0)