Bumped max turns

This commit is contained in:
Fahad
2025-06-11 09:03:50 +04:00
parent 94f542c76a
commit 19a5c3e8ee

View File

@@ -54,7 +54,7 @@ from typing import Any, Optional
from pydantic import BaseModel
# Configuration constants
MAX_CONVERSATION_TURNS = 5 # Maximum turns allowed per conversation thread
MAX_CONVERSATION_TURNS = 10 # Maximum turns allowed per conversation thread
class ConversationTurn(BaseModel):