Ask a question to get started
Enter to sendā¢Shift+Enter new line
Specifies the number of text segments preceding the matched segment to return.
This provides context before the relevant text.
Value must be between 1 and 3.
1
3
num_previous_segments: int = Field(default=1, ge=1, le=3)