Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 942 Bytes

File metadata and controls

30 lines (18 loc) · 942 Bytes

TokenisedData

Properties

Name Type Description Notes
entities List<ResolvedEntity> One entry per token in the tokenised source, with the name it resolves to and its hover metadata. [optional]
lineAttribution Object [optional]
predictedFunctionName String Predicted function name from the AI model [optional]
status StatusEnum Task status
tokenisedDecompilation String Source code with placeholder tokens [optional]

Enum: StatusEnum

Name Value
UNINITIALISED "UNINITIALISED"
PENDING "PENDING"
RUNNING "RUNNING"
COMPLETED "COMPLETED"
FAILED "FAILED"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"