Skip to content

Commit 5224e36

Browse files
committed
fix linter issue
1 parent 9b6b9cc commit 5224e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mlflow_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def qa_predict_fn(question: str) -> str:
118118
HumanMessage(content=question),
119119
]
120120
)
121-
return response.content
121+
return response.content.__str__()
122122

123123
@scorer
124124
def is_concise(outputs: str) -> bool:

0 commit comments

Comments
 (0)