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

Function CoverTaskActionToModelName

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

Source from the content-addressed store, hash-verified

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

Callers 2

getModelRequestFunction · 0.92
RelayTaskSubmitFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected