(self, mode)
| 57 | - "length": a choice truncated with finish_reason == "length" |
| 58 | """ |
| 59 | def __init__(self, mode): |
| 60 | self.chat = self.Chat(mode) |
| 61 | |
| 62 | class Chat: |
| 63 | def __init__(self, mode): |
nothing calls this directly
no outgoing calls
no test coverage detected