mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
bugfix
This commit is contained in:
parent
cbe59b85c2
commit
bad642afa4
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class Coder:
|
||||||
self.io.tool_output(f"Added {fname} to the chat.")
|
self.io.tool_output(f"Added {fname} to the chat.")
|
||||||
|
|
||||||
# validate the functions jsonschema
|
# validate the functions jsonschema
|
||||||
if hasattr(self, "functions"):
|
if self.functions:
|
||||||
for function in self.functions:
|
for function in self.functions:
|
||||||
Draft7Validator.check_schema(function)
|
Draft7Validator.check_schema(function)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue