Skip to content

Commit

Permalink
Update controlled_generation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Sep 9, 2024
1 parent 836d31a commit d5f0b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/controlled_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Choice(enum.Enum):
response_mime_type="text/x.enum", response_schema=Choice
),
)
print(result) # "Keyboard"
print(result) # Keyboard
# [END x_enum]

def test_x_enum_raw(self):
Expand All @@ -157,7 +157,7 @@ def test_x_enum_raw(self):
},
),
)
print(result) # "Keyboard"
print(result) # Keyboard
# [END x_enum_raw]


Expand Down

0 comments on commit d5f0b11

Please sign in to comment.