Files
langchain-go/backend/response_struct/guodegang.go
T
2026-03-27 19:30:04 +08:00

6 lines
113 B
Go

package response_struct
type Guodegang struct {
Name string `json:"name"`
Content string `json:"content"`
}