(
self,
*,
messages: List[llama_types.ChatCompletionRequestMessage],
**kwargs: Any,
)
| 185 | of stop tokens to use for the completion.""" |
| 186 | |
| 187 | def __call__( |
| 188 | self, |
| 189 | *, |
| 190 | messages: List[llama_types.ChatCompletionRequestMessage], |
| 191 | **kwargs: Any, |
| 192 | ) -> ChatFormatterResponse: ... |
| 193 | |
| 194 | |
| 195 | class Jinja2ChatFormatter(ChatFormatter): |