MCPcopy Create free account
hub / github.com/SMNETSTUDIO/You2API / YouChatResponse

Struct YouChatResponse

api/main.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type YouChatResponse struct {
13 YouChatToken string `json:"youChatToken"`
14}
15
16type OpenAIStreamResponse struct {
17 ID string `json:"id"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected