non-strict

This commit is contained in:
Paul Gauthier 2024-08-14 12:56:10 -07:00
parent 2eb1946909
commit e2f14a26af

View file

@ -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(