MCPcopy Create free account
hub / github.com/53AI/53AIHub / CallChatCompletion

Method CallChatCompletion

api/service/skill_library_llm.go:13–13  ·  view source on GitHub ↗
(ctx context.Context, channel *model.Channel, request *relaymodel.GeneralOpenAIRequest)

Source from the content-addressed store, hash-verified

11
12type skillLibraryLLMInvoker interface {
13 CallChatCompletion(ctx context.Context, channel *model.Channel, request *relaymodel.GeneralOpenAIRequest) (string, error, *relaymodel.Error)
14}
15
16type skillLibraryLLMInvokerFunc func(ctx context.Context, channel *model.Channel, request *relaymodel.GeneralOpenAIRequest) (string, error, *relaymodel.Error)

Implementers 1

defaultSkillLibraryLLMInvokerapi/service/skill_library_llm.go

Calls

no outgoing calls

Tested by

no test coverage detected