chatMessage 消息
| 50 | |
| 51 | // chatMessage 消息 |
| 52 | type chatMessage struct { |
| 53 | Role string `json:"role"` |
| 54 | Content string `json:"content"` |
| 55 | } |
| 56 | |
| 57 | type chatChoice struct { |
| 58 | Index int `json:"index"` |
nothing calls this directly
no outgoing calls
no test coverage detected