Skip to content

Commit 75632a8

Browse files
committed
Remove the populate_template utility to favor the API call /prompt/populate.Ï
1 parent 7fc9900 commit 75632a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/humanloop/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
from humanloop.otel import instrument_provider
2323
from humanloop.otel.exporter import HumanloopSpanExporter
2424
from humanloop.otel.processor import HumanloopSpanProcessor
25+
from humanloop.requests.flow_kernel_request import FlowKernelRequestParams
26+
from humanloop.requests.tool_kernel_request import ToolKernelRequestParams
2527

2628

2729
class ExtendedEvalsClient(EvaluationsClient):

0 commit comments

Comments
 (0)