We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60834d7 commit 48a03e0Copy full SHA for 48a03e0
tests/extract_snippets/test_body_extractor.py
@@ -219,11 +219,11 @@ def test_body_extract_continue_snippets(test_case: BodyCodeSnippetTest):
219
@pytest.mark.parametrize(
220
"test_case",
221
[
222
- # Analyze processed snippets from OpenInterpreter
+ # Analyze processed snippets from Kodu
223
BodyCodeSnippetTest(
224
input_body_dict={
225
"messages": [
226
- {"role": "system", "content": "You are Cline, a highly skilled software"},
+ {"role": "system", "content": "You are Kodu, an autonomous coding agent."},
227
{
228
"role": "user",
229
"content": [
0 commit comments