Save File Content
lyzr_git_save_file_contentSave a file's content to an agent's git repository. Use it to create or update files with a specified branch and commit message.
Instructions
Save (create or update) a file's content in an agent's git repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch to save the file to | |
| content | Yes | New file content | |
| message | No | Commit message | |
| agent_id | Yes | Agent id | |
| file_path | Yes | Path to the file within the repo |