simplylab-go/model/res.go

5 lines
89 B
Go

package model
type GetAiChatResponseOutput struct {
Response string `json:"response"`
}