mirror of https://github.com/dapr/docs.git
add api reference doc and update overview
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
2cffb91e83
commit
3eb82d69a4
|
@ -6,9 +6,7 @@ weight: 1000
|
|||
description: "Overview of the conversation API building block"
|
||||
---
|
||||
|
||||
Many large language model servers or toolkits provide their own APIs. Due to hardcode and API differences, migrating between these servers or toolkits can prove difficult.
|
||||
|
||||
The conversation API building block works as an abstraction layer across those APIs to ease migration.
|
||||
Using the Dapr conversation API you can reduce the complexity of interacting with LLMS and enable critical security and reliability functionality with out-of-the-box features like prompt caching and PII data obfuscation.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Conversation API reference"
|
||||
linkTitle: "Conversation API"
|
||||
description: "Detailed documentation on the conversation API"
|
||||
weight: 1400
|
||||
---
|
||||
|
||||
todo
|
Loading…
Reference in New Issue