MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / AiModel

Struct AiModel

module/ai-api/dto/input.go:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type AiModel struct {
27 Id string `json:"id"`
28 Name string `json:"name"`
29 Config string `json:"config"`
30 Provider string `json:"provider"`
31 Type string `json:"type"`
32}
33
34type EditAPI struct {
35 Name *string `json:"name"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected