MCPcopy Create free account
hub / github.com/ZSAIm/VideoCrawlerEngine / requester

Function requester

helper/payload/request.py:236–353  ·  view source on GitHub ↗

简单请求构建器。 Args: request_name: 请求者名称 weight: 当前请求器在百分比percent中所占的权重 root: infomodel: 有效数据类型 inherit: 从父节点继承上下文

(
    request_name: str,
    weight: float = 1,
    root: bool = False,
    infomodel: ClassVar[BaseModel] = None,
    inherit: bool = True,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected