mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-05 19:00:22 +01:00
Added to_message function
This commit is contained in:
@@ -400,7 +400,8 @@ IMPLEMENT_CHANGES = {
|
||||
}],
|
||||
'functions': {
|
||||
'save_files': lambda files: files
|
||||
}
|
||||
},
|
||||
'to_message': lambda files: [f'File `{file["name"]}` saved to the disk and currently looks like this:\n```\n{file["content"]}\n```' for file in files]
|
||||
}
|
||||
|
||||
GET_TEST_TYPE = {
|
||||
|
||||
Reference in New Issue
Block a user