LiteRT-LM / runtime /components /tool_use /antlr /generated /AntlrFcParser.tokens
SeaWolf-AI's picture
Upload full LiteRT-LM codebase
5f923cd verified
OPEN_BRACE=1
CLOSE_BRACE=2
OPEN_BRACKET=3
CLOSE_BRACKET=4
COMMA=5
COLON=6
ESCAPE=7
BOOLEAN=8
NULL_LITERAL=9
NUMBER=10
ESCAPED_STRING=11
CALL=12
ID=13
WS=14
'{'=1
'}'=2
'['=3
']'=4
','=5
':'=6
'null'=9
'call'=12