deep-chat-react
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "deep-chat-react", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Customizable chat component for AI APIs", | ||
@@ -35,3 +35,3 @@ "main": "./dist/deepChat.js", | ||
"@lit-labs/react": "^1.1.1", | ||
"deep-chat": "^1.3.1" | ||
"deep-chat": "^1.3.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -47,5 +47,5 @@ <br /> | ||
The service will need to be able to handle request and response formats used in Deep Chat. Please read the [Connect](https://deepchat.dev/docs/connect) section in documentation and check out [server template](http://localhost:3000/examples/servers) examples. | ||
The service will need to be able to handle request and response formats used in Deep Chat. Please read the [Connect](https://deepchat.dev/docs/connect) section in documentation and check out the [server template](https://deepchat.dev/examples/servers) examples. | ||
Alternatively, if you want to connect without changing the target service, use the [`requestInterceptor`](https://deepchat.dev/docs/interceptors#requestInterceptor) and [`responseInterceptor`](https://deepchat.dev/docs/interceptors#responseInterceptor) properties to augment the incoming and outgoing request details. | ||
Alternatively, if you want to connect without changing the target service, use the [`interceptor`](https://deepchat.dev/docs/interceptors) properties to augment the transferred objects or the [`handler`](https://deepchat.dev/docs/connect#Handler) function to control the request code. | ||
@@ -52,0 +52,0 @@ ### :electric_plug: Direct connection |
19166
Updateddeep-chat@^1.3.2