distill::teacher::_ResponseWrapper
More...
Public Functions
|
Name |
|
init(self self, dict uniform) |
Public Attributes
Protected Attributes
Detailed Description
class distill::teacher::_ResponseWrapper;
Lightweight adapter that makes a uniform backend dict look like an
OpenAI ``chat.completions.create`` response for backward compatibility.```
## Public Functions Documentation
### function __init__
```python
__init__(
self self,
dict uniform
)
Public Attributes Documentation
variable message
variable content
variable prompt_tokens
variable completion_tokens
variable choices
variable usage
Protected Attributes Documentation
variable _raw_response
Updated on 2026-07-25 at 22:56:57 +0000