klyn.llm.LLMChatSession.withMaxToolCalls
method
public withMaxToolCalls(limit as Int) as LLMChatSession:
Description

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.