enableExtensiveData
Send full data to the LLM for the current turn only. On subsequent turns, the full data is replaced with a smaller summary. Useful for one-time data-heavy responses that would otherwise bloat the conversation history.
Parameters
enabled
true to send extensive data this turn, false to disable.
Returns
FunctionResult — this, for chaining.