All files / src/llm-orchestration/parser parsing.constants.ts

100% Statements 11/11
100% Branches 0/0
100% Functions 0/0
100% Lines 11/11

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 1545x 45x 45x   45x 45x 45x 45x   45x 45x   45x 45x  
export const ACTION_ITEM_START_TAG = '§ACTION_ITEM_START§';
export const ACTION_ITEM_END_TAG = '§ACTION_ITEM_END§';
export const PARTIAL_ACTION_ITEM_END_TAG = '§ACTION_ITEM_END';
 
export const FIELD_TOOL_NAME = 'tool_name';
export const FIELD_ORDER_OF_EXECUTION = 'order_of_execution';
export const TITLE_START_TAG = '§TITLE_START§';
export const TITLE_END_TAG = '§TITLE_END§';
 
export const SPECIAL_FIELD_TOKEN = '¦';
export const SPECIAL_ACTION_ITEM_TOKEN = '§';
 
export const SPECIAL_PATCH_BEGIN_FILE_MARKER = '@begin-of-file';
export const SPECIAL_PATCH_END_FILE_MARKER = '@end-of-file';