From 75632a8fd129bbf9e1efacb78865a828865548b1 Mon Sep 17 00:00:00 2001 From: oleh Date: Thu, 10 Apr 2025 13:35:47 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20the=20populate=5Ftemplate=20utility=20?= =?UTF-8?q?to=20favor=20the=20API=20call=20/prompt/populate.=C3=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/humanloop/client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/humanloop/client.py b/src/humanloop/client.py index 68bcd076..52921d0c 100644 --- a/src/humanloop/client.py +++ b/src/humanloop/client.py @@ -22,6 +22,8 @@ from humanloop.otel import instrument_provider from humanloop.otel.exporter import HumanloopSpanExporter from humanloop.otel.processor import HumanloopSpanProcessor +from humanloop.requests.flow_kernel_request import FlowKernelRequestParams +from humanloop.requests.tool_kernel_request import ToolKernelRequestParams class ExtendedEvalsClient(EvaluationsClient):