mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
non-strict
This commit is contained in:
parent
2eb1946909
commit
e2f14a26af
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class SingleWholeFileFunctionCoder(Coder):
|
||||||
dict(
|
dict(
|
||||||
name="write_file",
|
name="write_file",
|
||||||
description="write new content into the file",
|
description="write new content into the file",
|
||||||
strict=True,
|
# strict=True,
|
||||||
parameters=dict(
|
parameters=dict(
|
||||||
type="object",
|
type="object",
|
||||||
properties=dict(
|
properties=dict(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue