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 ab43ff0 commit 02d1be3Copy full SHA for 02d1be3
codeflash/api/cfapi.py
@@ -124,8 +124,8 @@ def suggest_changes(
124
generated_tests: str,
125
trace_id: str,
126
coverage_message: str,
127
- replay_tests: str,
128
- concolic_tests: str,
+ replay_tests: str = "",
+ concolic_tests: str = "",
129
) -> Response:
130
"""Suggest changes to a pull request.
131
@@ -165,8 +165,8 @@ def create_pr(
165
166
167
168
169
170
171
"""Create a pull request, targeting the specified branch. (usually 'main').
172
0 commit comments