简单请求构建器。 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 not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected