File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1734,7 +1734,7 @@ async def converse_alpha1(
17341734 context_id: Optional ID for continuing an existing chat
17351735 parameters: Optional custom parameters for the request
17361736 metadata: Optional metadata for the component
1737- scrub_pii: Optional flag to scrub PII from outputs
1737+ scrub_pii: Optional flag to scrub PII from inputs and outputs
17381738 temperature: Optional temperature setting for the LLM to optimize for creativity or predictability
17391739
17401740 Returns:
Original file line number Diff line number Diff line change @@ -1736,7 +1736,7 @@ def converse_alpha1(
17361736 context_id: Optional ID for continuing an existing chat
17371737 parameters: Optional custom parameters for the request
17381738 metadata: Optional metadata for the component
1739- scrub_pii: Optional flag to scrub PII from outputs
1739+ scrub_pii: Optional flag to scrub PII from inputs and outputs
17401740 temperature: Optional temperature setting for the LLM to optimize for creativity or predictability
17411741
17421742 Returns:
You can’t perform that action at this time.
0 commit comments