Merge pull request #1984 from petterreinholdtsen/typo-create_coding_feature

Corrected typo in the create_coding_feature system prompt.
This commit is contained in:
Kayvan Sylvan
2026-02-09 12:51:00 -08:00
committed by GitHub

View File

@@ -39,8 +39,8 @@ Example input:
]
```
The object with `"type": "instructions"`, and field `"details"` contains the
for the instructions for the suggested code changes. The `"name"` field is always
The object with `"type": "instructions"`, and field `"details"` contains
the instructions for the suggested code changes. The `"name"` field is always
`"code_change_instructions"`
The `"details"` field above, with type `"instructions"` contains the instructions for the suggested code changes.