From 4d6bec809a80c00b2b89a89e4ddfae275cb89f31 Mon Sep 17 00:00:00 2001 From: Jeongho Nam Date: Thu, 30 Jan 2025 20:14:57 +0900 Subject: [PATCH 1/2] Change propaganda content of `@nestia/chat` --- packages/chat/package.json | 2 +- packages/chat/src/examples/index.tsx | 4 +--- website/pages/docs/swagger/chat.mdx | 10 +++++----- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/packages/chat/package.json b/packages/chat/package.json index 9993b8c97..42627371b 100644 --- a/packages/chat/package.json +++ b/packages/chat/package.json @@ -1,6 +1,6 @@ { "name": "@nestia/chat", - "version": "0.3.9", + "version": "0.3.10", "type": "module", "main": "./lib/index.mjs", "typings": "./lib/index.d.ts", diff --git a/packages/chat/src/examples/index.tsx b/packages/chat/src/examples/index.tsx index 206f7d684..ac0fa618f 100644 --- a/packages/chat/src/examples/index.tsx +++ b/packages/chat/src/examples/index.tsx @@ -22,9 +22,7 @@ const Section = (props: { }) => ( - - - + {props.icon} Date: Thu, 30 Jan 2025 20:18:34 +0900 Subject: [PATCH 2/2] Fix typo of `@nestia/chat` examples' intro --- packages/chat/src/examples/index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/chat/src/examples/index.tsx b/packages/chat/src/examples/index.tsx index ac0fa618f..20fa6030f 100644 --- a/packages/chat/src/examples/index.tsx +++ b/packages/chat/src/examples/index.tsx @@ -76,9 +76,10 @@ const Application = () => {

This example project has been developed to prove a key concept - of nestia/agent that every backen servers providing - Swagger documents can be conversed with the A.I. chatbot. You - can search products, and take orders just by conversation texts. + of nestia/agent that every backend servers + providing Swagger documents can be conversed with the A.I. + chatbot. You can search products, and take orders just by + conversation texts.

If you've developed a backend server, then you can chat with the