Skip to content

Commit 97000fd

Browse files
authored
Update page.mdx
Signed-off-by: samina <[email protected]>
1 parent d2c56ba commit 97000fd

File tree

1 file changed

+2
-2
lines changed
  • apps/portal/src/app/nebula/api-reference/chat

1 file changed

+2
-2
lines changed

apps/portal/src/app/nebula/api-reference/chat/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { EndpointMetadata } from './EndpointMetadata';
22

33
<EndpointMetadata />
44

5-
## Chat Actions
5+
# Chat Actions
66

77
Chat actions represent blockchain transactions or operations that Nebula has prepared in response to your request. The response includes both a detailed explanation in the `message` field and the actual transaction data in the `actions` array.
88

@@ -113,4 +113,4 @@ const response = await fetch('https://nebula-api.thirdweb.com/chat', {
113113

114114
const data = await response.json();
115115
const result = await handleNebulaResponse(data);
116-
```
116+
```

0 commit comments

Comments
 (0)