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ยง
- Edit
Choice - Represents a single edit choice from the response.
- Edit
Request - Represents a request to edit text.
- Edit
Response - Represents the response from an edit request.