Optional
options: ParserOptions = {}Options for the parser, including max file size, chunk size, and parse timeout. If not provided, the parser will use default values.
Parses a chat log file at the given file path and returns an array of extracted chat segments.
The path to the chat log file.
An array of extracted chat segments.
ChatParser class for parsing chat log files.
ChatParser