public withMaxToolCalls(limit as Int) as LLMChatSession:
Configures the maximum number of tool calls.
A value less than or equal to zero disables the hard limit. DeepCodIA relies on context compaction instead of an arbitrary tool-call ceiling.