-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Conversation API] initial docs setup #4419
base: v1.15
Are you sure you want to change the base?
Conversation
Signed-off-by: Hannah Hunter <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gentle-wave-0b831311e-4419.westus2.5.azurestaticapps.net |
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gentle-wave-0b831311e-4419.westus2.5.azurestaticapps.net |
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gentle-wave-0b831311e-4419.westus2.5.azurestaticapps.net |
Signed-off-by: Hannah Hunter <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gentle-wave-0b831311e-4419.westus2.5.azurestaticapps.net |
Stale PR, paging all reviewers |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gentle-wave-0b831311e-4419.westus2.5.azurestaticapps.net |
Signed-off-by: Hannah Hunter <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gentle-wave-0b831311e-4419.westus2.5.azurestaticapps.net |
Signed-off-by: Hannah Hunter <[email protected]>
Stale PR, paging all reviewers |
.../content/en/developing-applications/building-blocks/conversation/howto-conversation-layer.md
Outdated
Show resolved
Hide resolved
.../content/en/developing-applications/building-blocks/conversation/howto-conversation-layer.md
Outdated
Show resolved
Hide resolved
.../content/en/developing-applications/building-blocks/conversation/howto-conversation-layer.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments
...ocs/content/en/developing-applications/building-blocks/conversation/conversation-overview.md
Show resolved
Hide resolved
| Parameter | Description | | ||
| --------- | ----------- | | ||
| `component` | The name of the component you're using. [See a list of all available Conversation components]({{< ref supported-conversation >}}) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to add Request Body fields into a table like this https://docs.dapr.io/reference/api/state_api/#request-body
conversationContext - The conversation context to provide to the LLM
prompt - The conversation prompt to provide to the LLM
The "inputs" name below should be replace with "prompt"
Stale PR, paging all reviewers |
Signed-off-by: Hannah Hunter <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gentle-wave-0b831311e-4419.westus2.5.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gentle-wave-0b831311e-4419.westus2.5.azurestaticapps.net |
Description
Initial docs setup for Conversation API building block
Issue reference
#4374