File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
bigframes/bigquery/_operations Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ def generate(
5555 >>> bpd.options.display.progress_bar = None
5656 >>> country = bpd.Series(["Japan", "Canada"])
5757 >>> bbq.ai.generate(("What's the capital city of ", country, " one word only"))
58- 0 {'result': 'Tokyo\n ', 'full_response': '{"cand...
59- 1 {'result': 'Ottawa\n ', 'full_response': '{"can...
58+ 0 {'result': 'Tokyo\\ n', 'full_response': '{"cand...
59+ 1 {'result': 'Ottawa\\ n', 'full_response': '{"can...
6060 dtype: struct<result: string, full_response: extension<dbjson<JSONArrowType>>, status: string>[pyarrow]
6161
6262 >>> bbq.ai.generate(("What's the capital city of ", country, " one word only")).struct.field("result")
63- 0 Tokyo\n
64- 1 Ottawa\n
63+ 0 Tokyo\\ n
64+ 1 Ottawa\\ n
6565 Name: result, dtype: string
6666
6767 Args:
You can’t perform that action at this time.
0 commit comments