Module edit

Source
Expand description

Module for editing operations. This module defines the structures and methods for handling edit requests and responses. It includes:

  • EditRequest: Struct for creating a request to edit text.
  • EditChoice: Struct representing a single edit choice from the response.
  • EditResponse: Struct for the response from an edit request.
  • impl_builder_methods!: Macro for generating builder methods for structs.

Structsยง

EditChoice
Represents a single edit choice from the response.
EditRequest
Represents a request to edit text.
EditResponse
Represents the response from an edit request.