Skip to content

Commit cf1c286

Browse files
author
Andrei Bratu
committed
handle normal prompts.call
1 parent 8ecdbdf commit cf1c286

File tree

1 file changed

+1
-1
lines changed
  • src/humanloop/eval_utils

1 file changed

+1
-1
lines changed

src/humanloop/eval_utils/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _overload_call(self, **kwargs) -> PromptCallResponse:
142142
)
143143
return response
144144
else:
145-
return self._call(kwargs)
145+
return self._call(**kwargs)
146146

147147
# Replace the original log method with the overloaded one
148148
client.call = types.MethodType(_overload_call, client)

0 commit comments

Comments
 (0)