feat: add reasoning format processing to LLMNode for <think> tag handling (#23313)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
taewoong Kim 2025-09-05 19:15:35 +09:00 committed by GitHub
commit edf4a1b652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 366 additions and 5 deletions

View file

@ -156,6 +156,7 @@ class LLMResult(BaseModel):
message: AssistantPromptMessage
usage: LLMUsage
system_fingerprint: Optional[str] = None
reasoning_content: Optional[str] = None
class LLMStructuredOutput(BaseModel):