MCPcopy Index your code
hub / github.com/aiprodcoder/MIXAPI / MessageWithRequestId

Function MessageWithRequestId

common/utils.go:209–211  ·  view source on GitHub ↗
(message string, id string)

Source from the content-addressed store, hash-verified

207}
208
209func MessageWithRequestId(message string, id string) string {
210 return fmt.Sprintf("%s (request id: %s)", message, id)
211}
212
213func RandomSleep() {
214 // Sleep for 0-3000 ms

Callers 4

abortWithOpenAiMessageFunction · 0.92
RelayFunction · 0.92
WssRelayFunction · 0.92
RelayClaudeFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected