From 8208482679ec8c5807343b5f5f8db5a5d855f153 Mon Sep 17 00:00:00 2001 From: deekshas8 Date: Tue, 13 Aug 2024 14:42:14 +0200 Subject: [PATCH] docs --- packages/core/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages/core/README.md b/packages/core/README.md index e69de29b..e756986c 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -0,0 +1,18 @@ +# @sap-ai-sdk/core + +This package contains core utility functions that we reuse in the SDK to set the context and execute HTTP requests. +They are primarily designed for internal usage. + +### Installation + +``` +$ npm install @sap-ai-sdk/core +``` + +### Usage + +The core package is not intended for direct usage. + +## License + +The SAP AI SDK is released under the [Apache License Version 2.0.](http://www.apache.org/licenses/) \ No newline at end of file