Skip to content

Commit 036d9d8

Browse files
Apply suggestions from code review
Co-authored-by: Marc Duiker <[email protected]> Signed-off-by: Elena Kolevska <[email protected]>
1 parent 8b32998 commit 036d9d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dapr/aio/clients/grpc/client.py

+1-1
Original file line numberDiff line numberDiff 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:

dapr/clients/grpc/client.py

+1-1
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)