Package com.chatmotorapi.api
Interface MotorResponseFile
- All Known Implementing Classes:
MotorLargeResponse
public interface MotorResponseFile
Marker interface for response that return file content in the ChatMotor framework.
Implementing this interface indicates that the class represents a response generated by the ChatMotor APIs that generate file content, allowing for consistent handling of various response types such as image, large content responses, or transcriptions.