feat: add thinking content to chat response

This commit is contained in:
shokollm
2026-04-10 09:16:08 +00:00
parent db4fb83243
commit 57fa200ba9
5 changed files with 26 additions and 5 deletions

View File

@@ -145,6 +145,7 @@ class BotChatRequest(BaseModel):
class BotChatResponse(BaseModel):
response: str
thinking: Optional[str] = None
strategy_config: Optional[dict] = None
success: bool = False