MCPcopy Create free account
hub / github.com/coze-dev/coze-go / DocumentUpdateRuleBuildAutoUpdate

Function DocumentUpdateRuleBuildAutoUpdate

datasets_documents.go:400–405  ·  view source on GitHub ↗

DocumentUpdateRuleBuildAutoUpdate creates a rule for automatic updates with specified interval

(interval int)

Source from the content-addressed store, hash-verified

398
399// DocumentUpdateRuleBuildAutoUpdate creates a rule for automatic updates with specified interval
400func DocumentUpdateRuleBuildAutoUpdate(interval int) *DocumentUpdateRule {
401 return &DocumentUpdateRule{
402 UpdateType: DocumentUpdateTypeAutoUpdate,
403 UpdateInterval: interval,
404 }
405}
406
407type updateDatasetsDocumentsResp struct {
408 baseResponse

Callers 2

TestDatasetsDocumentsFunction · 0.85
DocumentBaseBuildWebPageFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestDatasetsDocumentsFunction · 0.68