MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / GetResponseID

Function GetResponseID

relay/helper/common.go:132–135  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

130}
131
132func GetResponseID(c *gin.Context) string {
133 logID := c.GetString(common.RequestIdKey)
134 return fmt.Sprintf("chatcmpl-%s", logID)
135}
136
137func GetLocalRealtimeID(c *gin.Context) string {
138 logID := c.GetString(common.RequestIdKey)

Callers 14

GeminiChatStreamHandlerFunction · 0.92
palmStreamHandlerFunction · 0.92
awsHandlerFunction · 0.92
awsStreamHandlerFunction · 0.92
requestOpenAI2DifyFunction · 0.92
cohereStreamHandlerFunction · 0.92
cfStreamHandlerFunction · 0.92
cfHandlerFunction · 0.92
ClaudeStreamHandlerFunction · 0.92
ClaudeHandlerFunction · 0.92
convertCozeChatRequestFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected