R12.3-20260213
Operations in Parser

View AI Response

The AI response records interactions between the user and the AI, including the user prompts, AI’s reasoning process, the generated parser rules,

Reset the AI Session

The 'Reset' menu option is enabled after the AI generates parser rules. Selecting 'Reset' clears any AI-generated parser rules and removes the current prompt.

Manage and Use Saved Instructions

You can manage instructions through the Instruction Manager. Commonly-used instructions can be saved and selected directly as prompts, and users do not need to type them manually.

Convert Pattern from RegExp format to Standard NetBrain Format

Currently, the parser rules generated by AI are mostly in RegExp format, and some simple parser rules in RegExp format can be automatically converted to standard format as in visual parser. Also, “Convert to Standard Format” function is added to both AI-generated parser rule and parser rule in visual parser, which can allow users to manually convert parser rules in RegExp format to standard NetBrain format. If the conversion fails, an error message will appear to notify the user.

Information Note: “Convert to Standard Format” only applies to single-line Regex, and does not apply to multi-line Regex.