Skip to content

Commit 59f03f2

Browse files
committed
chore: break up another long line
1 parent 59c7ac7 commit 59f03f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/optimization/src/ldai_optimization/dataclasses.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ class OptimizationContext:
144144
completion_response: str
145145
current_instructions: str
146146
current_parameters: Dict[str, Any]
147-
current_variables: Dict[str, Any] # variable set chosen for this iteration; interpolated into instructions at call time
147+
# variable set chosen for this iteration; interpolated into instructions at call time
148+
current_variables: Dict[str, Any]
148149
current_model: Optional[str] = None # the current model being used
149150
user_input: Optional[str] = None # the user input message for this iteration
150151
history: Sequence[OptimizationContext] = field(

0 commit comments

Comments
 (0)