Skip to content

Commit 11a9b4b

Browse files
authored
Merge pull request google-gemini#49 from kinarr/python-update-system-instruction-naming
Update naming in the Python system instruction sample
2 parents 9957d42 + 1637b44 commit 11a9b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/system_instruction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class UnitTests(absltest.TestCase):
1919

20-
def test_system_instructions(self):
20+
def test_system_instruction(self):
2121
# [START system_instruction]
2222
from google import genai
2323
from google.genai import types

0 commit comments

Comments
 (0)