MCPcopy Create free account
hub / github.com/QuantumNous/new-api / CoverTaskActionToModelName

Function CoverTaskActionToModelName

service/task.go:9–11  ·  view source on GitHub ↗
(platform constant.TaskPlatform, action string)

Source from the content-addressed store, hash-verified

7)
8
9func CoverTaskActionToModelName(platform constant.TaskPlatform, action string) string {
10 return strings.ToLower(string(platform)) + "_" + strings.ToLower(action)
11}

Callers 2

getModelRequestFunction · 0.92
RelayTaskSubmitFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected