From 42ff9aeed85a2a4c3df636a6fb9dac5e0ef956df Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 24 Jul 2023 16:53:23 +0800 Subject: [PATCH] borrow from typechat --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 7d26960..0b0d122 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,8 @@ This library is build to interact with openai's function call api from python code, with python objects. It's designed to be intuitive, easy to use, but give great visibily in how we call openai. +The approach of combining a human prompt and a "response schema" is not necessarily unique; however, it shows great promise. As we have been concentrating on translating user intent into structured data, we have discovered that Python with Pydantic is exceptionally well-suited for this task. + **OpenAISchema** is based on Python type annotations, and powered by Pydantic. The key features are: