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 f65543e commit 82b2654Copy full SHA for 82b2654
tests/basic/test_pipeline_with_parsing.py
@@ -21,6 +21,7 @@
21
operations:
22
- name: map_operation
23
type: map
24
+ bypass_cache: true
25
prompt: |
26
Summarize the following text in one sentence: "{{ input.content }}"
27
output:
@@ -200,7 +201,6 @@ def test_pipeline_with_custom_parsing():
200
201
os.unlink(tmp_input.name)
202
os.unlink(tmp_output.name)
203
- assert cost > 0, "Total cost was not calculated or is 0"
204
print(
205
f"Pipeline with custom parsing executed successfully. Total cost: ${cost:.2f}"
206
)
0 commit comments