enable_extensive_data
enable_extensive_data
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 — self, for chaining.