MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / get_value

Method get_value

src/optimizer/textgrad/variable.py:134–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132 return short_value
133
134 def get_value(self):
135 return self.value
136
137 def set_value(self, value):
138 self.value = value

Callers 13

construct_reduce_promptFunction · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected