You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# partition router comes from CustomRetrieverModel therefore has not been parsed as a model
2181
+
params=stream_slicer_model.get("$parameters")
2182
+
ifnotisinstance(params, dict):
2183
+
params= {}
2184
+
stream_slicer_model["$parameters"] =params
2185
+
2186
+
ifstream_nameisnotNone:
2187
+
params["stream_name"] =stream_name
2188
+
2182
2189
returnself._create_nested_component( # type: ignore[no-any-return] # There is no guarantee that this will return a stream slicer. If not, we expect an AttributeError during the call to `stream_slices`
0 commit comments