contextSize property

int? contextSize
getter/setter pair

Max number of messages prior to and including [latest_message] to use as context when compiling the suggestion.

By default 500 and at most 1000.

Implementation

core.int? contextSize;