@ragion/react-hooks 0.1.0-alpha.0 → 0.1.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
React hooks para o Ragion SDK
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://ragion.com.br" target="blank"><img src="https://github.com/ragion-ai.png" width="120" alt="Ragion logo" /></a>
|
|
3
|
+
<p align="center">React hooks para o Ragion SDK.</p>
|
|
4
|
+
</p>
|
|
4
5
|
|
|
5
6
|
## Instalação
|
|
6
7
|
|
|
@@ -30,11 +31,3 @@ function ChatComponent() {
|
|
|
30
31
|
## Hooks Disponíveis
|
|
31
32
|
|
|
32
33
|
- `useRagionChat` - Chat com streaming
|
|
33
|
-
|
|
34
|
-
Veja a [documentação completa](../../README.md) para detalhes.
|
|
35
|
-
|
|
36
|
-
## Build
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
npm run build
|
|
40
|
-
```
|
package/package.json
CHANGED