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.

The context size is by default 100 and at most 100.

Optional.

Implementation

core.int? contextSize;