MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / from_dict

Method from_dict

trinity/buffer/schema/sql_schema.py:25–26  ·  view source on GitHub ↗
(cls, dict: Dict)

Source from the content-addressed store, hash-verified

23
24 @classmethod
25 def from_dict(cls, dict: Dict):
26 return cls(raw_task=dict)
27
28
29# ============================================================

Callers 9

operationMethod · 0.80
compute_ref_log_probMethod · 0.80
compute_log_probMethod · 0.80
compute_valuesMethod · 0.80
compute_log_probMethod · 0.80
compute_ref_log_probMethod · 0.80
compute_valuesMethod · 0.80
setUpMethod · 0.80
dict2hgFunction · 0.80

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.64