| 21 | ) |
| 22 | |
| 23 | type Adaptor struct { |
| 24 | } |
| 25 | |
| 26 | func (a *Adaptor) ConvertGeminiRequest(c *gin.Context, info *relaycommon.RelayInfo, request *dto.GeminiChatRequest) (any, error) { |
| 27 | if len(request.Contents) > 0 { |
nothing calls this directly
no outgoing calls
no test coverage detected