File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333import textgen_with_txt
3434import textgen_with_txt_img
3535import textgen_with_txt_stream
36- import textgen_with_txt_thinking
36+ import thinking_textgen_with_txt
3737import textgen_with_video
3838import textgen_with_youtube_video
3939
@@ -85,7 +85,7 @@ def test_textgen_with_txt_img() -> None:
8585
8686
8787def test_textgen_with_txt_thinking () -> None :
88- response = textgen_with_txt_thinking .generate_content ()
88+ response = thinking_textgen_with_txt .generate_content ()
8989 assert response
9090
9191
Original file line number Diff line number Diff line change 1414
1515
1616def generate_content () -> str :
17- # [START googlegenaisdk_textgen_with_txt_thinking ]
17+ # [START googlegenaisdk_thinking_textgen_with_txt ]
1818 from google import genai
1919 from google .genai .types import HttpOptions
2020
@@ -58,7 +58,7 @@ def generate_content() -> str:
5858
5959 # Final Answer: The final answer is $\boxed{-2}$
6060
61- # [END googlegenaisdk_textgen_with_txt_thinking ]
61+ # [END googlegenaisdk_thinking_textgen_with_txt ]
6262 return response .text
6363
6464
You can’t perform that action at this time.
0 commit comments