Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ CONVERSATION_TIMEOUT_HOURS=24
# Optional: Max conversation turns
# Maximum number of turns allowed in an AI-to-AI conversation thread
# Each exchange (Claude asks, Gemini responds) counts as 2 turns
# So 20 turns = 10 exchanges. Defaults to 40 if not specified
MAX_CONVERSATION_TURNS=40
# So 25 turns = ~12 exchanges. Defaults to 50 if not specified
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The example '25 turns = ~12 exchanges' is a bit imprecise since 25 turns is exactly 12.5 exchanges. Using an approximation might be confusing for users. For better clarity, consider using an example with whole numbers that doesn't require approximation.

# So 24 turns = 12 exchanges. Defaults to 50 if not specified

MAX_CONVERSATION_TURNS=50

# Optional: Logging level (DEBUG, INFO, WARNING, ERROR)
# DEBUG: Shows detailed operational messages for troubleshooting (default)
Expand Down
Loading