We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c7ac7 commit 59f03f2Copy full SHA for 59f03f2
1 file changed
packages/optimization/src/ldai_optimization/dataclasses.py
@@ -144,7 +144,8 @@ class OptimizationContext:
144
completion_response: str
145
current_instructions: str
146
current_parameters: Dict[str, Any]
147
- current_variables: Dict[str, Any] # variable set chosen for this iteration; interpolated into instructions at call time
+ # variable set chosen for this iteration; interpolated into instructions at call time
148
+ current_variables: Dict[str, Any]
149
current_model: Optional[str] = None # the current model being used
150
user_input: Optional[str] = None # the user input message for this iteration
151
history: Sequence[OptimizationContext] = field(
0 commit comments