Skip to content

Commit 6a384d8

Browse files
Fix nits
1 parent cb57ec6 commit 6a384d8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cog_safe_push/predict.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async def make_fuzz_system_prompt() -> str:
113113
"text": "world",
114114
}
115115
116-
The following is be be a valid JSON payload:
116+
The following is NOT a valid JSON payload:
117117
118118
{
119119
"my_bool": true,
@@ -138,7 +138,7 @@ async def make_fuzz_system_prompt() -> str:
138138
139139
If an input have format=uri and you decide to populate that input, you should use one of the media URLs from the Multimedia example files section below.
140140
141-
Make sure you pick an appropriate URL for the the input, e.g. pick one of the image examples below if the input expects represents an image.
141+
Make sure you pick an appropriate URL for the the input, e.g. pick one of the image examples below if the input expects an image. Also make sure you respect any hints or documentation about file types.
142142
143143
"""
144144
+ multimedia_example_files
@@ -221,6 +221,7 @@ async def make_fuzz_inputs(
221221
fixed_inputs=fixed_inputs,
222222
disabled_inputs=disabled_inputs,
223223
fuzz_prompt=fuzz_prompt,
224+
inputs_history=inputs_history,
224225
attempt=attempt + 1,
225226
)
226227

0 commit comments

Comments
 (0)