Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_prompt
Function · 0.45
forward
Method · 0.45
forward
Method · 0.45
forward
Method · 0.45
_backward_through_multimodal_llm_chain
Method · 0.45
_backward_through_multimodal_llm_base
Method · 0.45
forward
Method · 0.45
_backward_through_llm_chain
Method · 0.45
_backward_through_llm_base
Method · 0.45
_backward_through_llm_chain
Method · 0.45
_backward_through_llm_base
Method · 0.45
_backward_through_string_fn_chain
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected