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