Skip to content

Commit

Permalink
param description
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone committed Jan 22, 2025
1 parent bc4281d commit b8bfcb8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class SecManagementDiscussionAnalysisQueryParams(
default=False,
description="Return tables formatted as markdown in the text. Default is False."
+ " Tables may reveal 'missing' content,"
+ " but will likely need some level of manual cleaning, post-request, to display properly.",
+ " but will likely need some level of manual cleaning, post-request, to display properly."
+ " In some cases, tables may not be recoverable due to the nature of the document.",
)
use_cache: bool = Field(
default=True,
Expand Down

0 comments on commit b8bfcb8

Please sign in to comment.