CodeEdit
A code edit response from an LLM
Bases: abacusai.return_class.AbstractApiClass
abacusai.return_class.AbstractApiClass
client (ApiClient) – An authenticated API Client instance
filePath (str) – The path of the file to be edited.
startLine (int) – The start line of the code to be replaced.
endLine (int) – The end line of the code to be replaced.
text (str) – The new text.
Get a dict representation of the parameters in this class
The dict value representation of the class parameters
dict