Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/NVIDIA/TensorRT-LLM
/ ReasoningParserResult
Class
ReasoningParserResult
tensorrt_llm/llmapi/reasoning_parser.py:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
@dataclass
7
class
ReasoningParserResult:
8
content: str =
""
9
reasoning_content: str =
""
10
11
12
class
BaseReasoningParser(ABC):
Callers
3
_create_reasoning_end_result
Method · 0.85
parse
Method · 0.85
parse_delta
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected