Skip to content

Commit 02e1ed4

Browse files
author
Andrei Bratu
committed
QA refactor sdk with evals
1 parent ce09d3d commit 02e1ed4

File tree

7 files changed

+270
-150
lines changed

7 files changed

+270
-150
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ packages = [
3030
{ include = "humanloop", from = "src"}
3131
]
3232

33+
[tool.poetry.group.dev.dependencies]
34+
protobuf = "^5.29.3"
35+
3336
[project.urls]
3437
Repository = 'https://github.com/humanloop/humanloop-python'
3538

src/humanloop/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def __init__(
142142
else:
143143
self._opentelemetry_tracer = opentelemetry_tracer
144144

145-
@contextmanager
146145
def prompt(
147146
self,
148147
*,

0 commit comments

Comments
 (0)