View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Utility functions and helpers for Mistral integration.
View module source on GitHubDocumentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
class MistralUtils()
@staticmethod
def parse_message_param(
messages: Optional[Iterable[Any]]) -> List[GenerationRequestMessage]
Was this page helpful?