Changed order of tool parameters, switched over to gpt4o
This commit is contained in:
@@ -82,16 +82,16 @@ class GitHubTool(BaseTool):
|
||||
"type": "string",
|
||||
"description": "Path to the file in the repository"
|
||||
},
|
||||
"content": {
|
||||
"type": "string",
|
||||
"description": "Content of the file"
|
||||
},
|
||||
"commit_message": {
|
||||
"type": "string",
|
||||
"description": "Commit message"
|
||||
},
|
||||
"content": {
|
||||
"type": "string",
|
||||
"description": "Content of the file"
|
||||
}
|
||||
},
|
||||
"required": ["file_path", "content", "commit_message"]
|
||||
"required": ["file_path", "commit_message", "content"]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user