We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1edcfab commit 59ffbeeCopy full SHA for 59ffbee
bigframes/bigquery/_operations/ai.py
@@ -144,7 +144,7 @@ def _separate_context_and_series(
144
prompt_context.append(None)
145
146
if isinstance(item, series.Series) and session is None:
147
- # use the session from the first BigFrames session if possible
+ # Use the first available BF session if there's any.
148
session = item._session
149
series_list.append(item)
150
0 commit comments