The whole hunk
from line 135, old and new numbered
/
lines
from line 135
135135
136136- `model: string or BetaDreamModelConfigParam`
137137
138 Model identifier and configuration applied to every pipeline stage.
139
140138 - `string`
141139
142140 - `BetaDreamModelConfigParam object`
from line 161
163161
164162- `output_behavior: optional BetaOutputBehavior`
165163
166 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
167
168164 - `BetaOutputBehaviorCreateNew object`
169165
170166 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
from line 254
258254 - `"fast"`
259255
260256 - `output_behavior: BetaOutputBehavior`
261
262 The default destination: the job creates a new output memory store as a clone of the memory_store input and writes the consolidated memories into it. The input store is never mutated.
263257
264258 - `BetaOutputBehaviorCreateNew object`
265259