non-strict

This commit is contained in:
Paul Gauthier 2024-08-15 10:36:10 -07:00
parent bf2d5fee03
commit ed943799f1

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(