File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
bigframes/bigquery/_operations Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments