Commit 036d9d8 1 parent 8b32998 commit 036d9d8 Copy full SHA for 036d9d8
File tree 2 files changed +2
-2
lines changed
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(
1734
1734
context_id: Optional ID for continuing an existing chat
1735
1735
parameters: Optional custom parameters for the request
1736
1736
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
1738
1738
temperature: Optional temperature setting for the LLM to optimize for creativity or predictability
1739
1739
1740
1740
Returns:
Original file line number Diff line number Diff line change @@ -1736,7 +1736,7 @@ def converse_alpha1(
1736
1736
context_id: Optional ID for continuing an existing chat
1737
1737
parameters: Optional custom parameters for the request
1738
1738
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
1740
1740
temperature: Optional temperature setting for the LLM to optimize for creativity or predictability
1741
1741
1742
1742
Returns:
You can’t perform that action at this time.
0 commit comments