conversation api typo in image
URL of the docs page https://docs.dapr.io/developing-applications/building-blocks/conversation/conversation-overview/
How is it currently worded?
the image shows the api as ....v1.0-alpha1/conversation/<llm-name>/converse when it should be <llm-provider>.
How should it be worded?
...<llm-provider>
Screenshots
Additional context We reference LLM providers elsewhere, so the api should reflect this as well.
llm-name is also in the API reference:
llm-name - The name of the LLM component.
I suggest we clarify the diagram that llm-name means the name of the llm component.
llm-name is not perfect but it is consistent with how we document the rest of the APIs
/state/<storename>
/publish/<pubsubname>/<topic>
/conversation/<llm-name>/converse
In all of these cases, it is the component name. I suggest we keep it as is unless we want to refactor all places with a consistent terminology accross api such as
<statestore-component>
<pubsub-component>
<conversation-component>
Closing issue. No change needed.