|
1 | | - |
2 | | -<p align="center"> |
3 | | - <img width=20% src="https://www.sap.com/content/dam/application/imagelibrary/pictograms/283000/283370-pictogram-purple.svg" alt="Logo" /> |
4 | | - </br> |
5 | | - <span><b>SAP Conversational AI SDK for iOS</b></span> |
6 | | -</p> |
7 | | - |
8 | | -*** |
9 | | - |
10 | | -<div align="center"> |
| 1 | +<div> |
| 2 | + <p align="center"> |
| 3 | + <img width=20% src="https://www.sap.com/content/dam/application/imagelibrary/pictograms/283000/283370-pictogram-purple.svg" alt="Logo" /> |
| 4 | + </br> |
| 5 | + <span><b>SAP Conversational AI SDK for iOS</b></span> |
| 6 | + </p> |
| 7 | + <hr> |
| 8 | + <div align="center"> |
11 | 9 | <a href="https://github.com/SAP/cloud-sdk-ios-cai#installation">Installation |
12 | 10 | </a> |
13 | 11 | | |
|
19 | 17 | | |
20 | 18 | <a href="https://github.com/SAP/cloud-sdk-ios-cai/blob/main/CHANGELOG.md"> Changelog |
21 | 19 | </a> |
22 | | -</div> |
23 | | - |
24 | | -*** |
25 | | - |
26 | | -<div align="center"> |
| 20 | + </div> |
| 21 | + <hr> |
| 22 | + <div align="center"> |
27 | 23 | <a href="https://github.com/SAP/cloud-sdk-ios-cai/actions?query=workflow%3A%22CI%22"> |
28 | | - <img src="https://github.com/SAP/cloud-sdk-ios-cai/workflows/CI/badge.svg" |
29 | | - alt="Build Status"> |
| 24 | + <img src="https://github.com/SAP/cloud-sdk-ios-cai/workflows/CI/badge.svg" |
| 25 | + alt="Build Status"> |
30 | 26 | </a> |
31 | 27 | <a href="https://conventionalcommits.org"> |
32 | | - <img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" |
33 | | - alt="Conventional Commits"> |
| 28 | + <img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" |
| 29 | + alt="Conventional Commits"> |
34 | 30 | </a> |
35 | 31 | <a href="http://commitizen.github.io/cz-cli/"> |
36 | | - <img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" |
37 | | - alt="Commitizen friendly"> |
| 32 | + <img src="https://img.shields.io/badge/commitizen-friendly-brightgreen.svg" |
| 33 | + alt="Commitizen friendly"> |
38 | 34 | </a> |
39 | 35 | <a href="https://api.reuse.software/info/github.com/SAP/cloud-sdk-ios-cai"> |
40 | | - <img src="https://api.reuse.software/badge/github.com/SAP/cloud-sdk-ios-cai" |
41 | | - alt="REUSE status"> |
| 36 | + <img src="https://api.reuse.software/badge/github.com/SAP/cloud-sdk-ios-cai" |
| 37 | + alt="REUSE status"> |
42 | 38 | </a> |
| 39 | + <hr> |
| 40 | + </div> |
43 | 41 | </div> |
44 | 42 |
|
45 | | -*** |
46 | | - |
47 | 43 | The `SAPCAI` Swift Package is a module to connect to a bot on the end-to-end chatbot platform [SAP Conversational AI](https://www.sap.com/products/conversational-ai.html) (CAI). It provides a pluggable SwiftUI `AssistantView` to initiate a conversation and render the various [message types](https://help.sap.com/viewer/a4522a393d2b4643812b7caadfe90c18/latest/en-US/ad3681adae824f8a96cbcf8b889a4ffc.html) of a bot. |
48 | 44 |
|
49 | 45 | This Swift Package is an open-source addition to the [SAP BTP SDK for iOS](https://developers.sap.com/topics/sap-btp-sdk-for-ios.html). |
|
0 commit comments