We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc9900 commit 75632a8Copy full SHA for 75632a8
src/humanloop/client.py
@@ -22,6 +22,8 @@
22
from humanloop.otel import instrument_provider
23
from humanloop.otel.exporter import HumanloopSpanExporter
24
from humanloop.otel.processor import HumanloopSpanProcessor
25
+from humanloop.requests.flow_kernel_request import FlowKernelRequestParams
26
+from humanloop.requests.tool_kernel_request import ToolKernelRequestParams
27
28
29
class ExtendedEvalsClient(EvaluationsClient):
0 commit comments