Skip to content

Commit 52f4c15

Browse files
siri-varmaWhitWaldomsfussell
authored
Update conversation_api.md (#4589)
Signed-off-by: Siri Varma Vegiraju <[email protected]> Co-authored-by: Whit Waldo <[email protected]> Co-authored-by: Mark Fussell <[email protected]>
1 parent 2a93678 commit 52f4c15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

daprdocs/content/en/reference/api/conversation_api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ POST http://localhost:<daprPort>/v1.0-alpha1/conversation/<llm-name>/converse
3232
| --------- | ----------- |
3333
| `inputs` | Inputs for the conversation. Multiple inputs at one time are supported. Required |
3434
| `cacheTTL` | A time-to-live value for a prompt cache to expire. Uses Golang duration format. Optional |
35-
| `scrubPII` | A boolean value to enable obfuscation of sensitive information returning from the LLM. Optional |
35+
| `scrubPII` | A boolean value to enable obfuscation of sensitive information returning from the LLM. Set this value if all PII (across contents) in the request needs to be scrubbed. Optional |
3636
| `temperature` | A float value to control the temperature of the model. Used to optimize for consistency and creativity. Optional |
3737
| `metadata` | [Metadata](#metadata) passed to conversation components. Optional |
3838

@@ -42,7 +42,7 @@ POST http://localhost:<daprPort>/v1.0-alpha1/conversation/<llm-name>/converse
4242
| --------- | ----------- |
4343
| `content` | The message content to send to the LLM. Required |
4444
| `role` | The role for the LLM to assume. Possible values: 'user', 'tool', 'assistant' |
45-
| `scrubPII` | A boolean value to enable obfuscation of sensitive information present in the content field. Optional |
45+
| `scrubPII` | A boolean value to enable obfuscation of sensitive information present in the content field. Set this value if PII for this specific content needs to be scrubbed exclusively. Optional |
4646

4747
### Request content example
4848

@@ -89,4 +89,4 @@ RESPONSE = {
8989
## Next steps
9090

9191
- [Conversation API overview]({{< ref conversation-overview.md >}})
92-
- [Supported conversation components]({{< ref supported-conversation >}})
92+
- [Supported conversation components]({{< ref supported-conversation >}})

0 commit comments

Comments
 (0)