MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / normalizeAPIType

Function normalizeAPIType

api/client.go:75–86  ·  view source on GitHub ↗
(apiType string)

Source from the content-addressed store, hash-verified

73}
74
75type StructuredCompletionOptions struct {
76 MaxTokens int
77 Tools []map[string]any
78 RequiredTool string
79 DisableThinking bool
80 Temperature *float64
81}
82
83type StructuredCompletionClient interface {
84 CompleteStructured(
85 ctx context.Context,
86 systemPrompt string,
87 messages []map[string]any,
88 opts StructuredCompletionOptions,
89 ) (Response, error)

Callers 1

useOpenAICompatibleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected