add api reference doc and update overview

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2024-11-06 15:12:57 -05:00
parent 2cffb91e83
commit 3eb82d69a4
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -0,0 +1,9 @@
---
type: docs
title: "Conversation API reference"
linkTitle: "Conversation API"
description: "Detailed documentation on the conversation API"
weight: 1400
---
todo