Commit cb44fb4
refactor: remove unused Union import from llm_response.py
The Union type is no longer needed since finish_reason is always
a FinishReason enum (never a string after our mapping).
Addresses review comment:
google#3114 (comment)1 parent 538a5b0 commit cb44fb4
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments