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

6 lines
111 B
Go

package response_struct
type Mermaid struct {
Type string `json:"type"`
Content string `json:"content"`
}