style: use llm provider naming

Signed-off-by: Samantha Coyle <sam@diagrid.io>
This commit is contained in:
Samantha Coyle 2025-09-10 10:49:05 -05:00
parent ef0e7d5e6a
commit 55741b0add
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@ Dapr provides an API to interact with Large Language Models (LLMs) and enables c
This endpoint lets you converse with LLMs.
```
POST http://localhost:<daprPort>/v1.0-alpha1/conversation/<llm-name>/converse
POST http://localhost:<daprPort>/v1.0-alpha1/conversation/<llm-provider>/converse
```
### URL parameters
| Parameter | Description |
| --------- | ----------- |
| `llm-name` | The name of the LLM component. [See a list of all available conversation components.]({{% ref supported-conversation %}})
| `llm-provider` | The name of the LLM component provider. [See a list of all available conversation components.]({{% ref supported-conversation %}})
### Request body