MCPcopy
hub / github.com/coze-dev/coze-studio / knowledgePacker

Struct knowledgePacker

backend/application/search/resource_pack.go:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237type knowledgePacker struct {
238 resourceBasePacker
239}
240
241func (k *knowledgePacker) GetDataInfo(ctx context.Context) (*dataInfo, error) {
242 res, err := k.appContext.KnowledgeDomainSVC.GetKnowledgeByID(ctx, &service.GetKnowledgeByIDRequest{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected