Skip to content

Commit ef6794e

Browse files
committed
update doc
1 parent 6c8dd53 commit ef6794e

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
@@ -94,7 +94,7 @@ def generate_bool(
9494
Returns:
9595
bigframes.series.Series: A new struct Series with the result data. The struct contains these fields:
9696
* "result": a BOOL value containing the model's response to the prompt. The result is None if the request fails or is filtered by responsible AI.
97-
* "full_response": a STRING value containing the JSON response from the projects.locations.endpoints.generateContent call to the model.
97+
* "full_response": a JSON value containing the response from the projects.locations.endpoints.generateContent call to the model.
9898
The generated text is in the text element.
9999
* "status": a STRING value that contains the API response status for the corresponding row. This value is empty if the operation was successful.
100100
"""

0 commit comments

Comments
 (0)