Skip to content

Commit 59ffbee

Browse files
committed
update comment
1 parent 1edcfab commit 59ffbee

File tree

1 file changed

+1
-1
lines changed
  • bigframes/bigquery/_operations

1 file changed

+1
-1
lines changed

bigframes/bigquery/_operations/ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _separate_context_and_series(
144144
prompt_context.append(None)
145145

146146
if isinstance(item, series.Series) and session is None:
147-
# use the session from the first BigFrames session if possible
147+
# Use the first available BF session if there's any.
148148
session = item._session
149149
series_list.append(item)
150150

0 commit comments

Comments
 (0)