MCPcopy 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
7class ReasoningParserResult:
8 content: str = ""
9 reasoning_content: str = ""
10
11
12class BaseReasoningParser(ABC):

Callers 3

parseMethod · 0.85
parse_deltaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected