Skip to content

Commit

Permalink
chore: autogenerated files
Browse files Browse the repository at this point in the history
  • Loading branch information
rjborba committed Jul 17, 2024
1 parent f1d77e1 commit 9033aa8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@

- [orama-chat](../orama-chat)
- [orama-chat-assistent-message](../orama-chat-messages-container/orama-chat-assistent-message)
- [orama-navigation-bar](../orama-navigation-bar)

### Graph
```mermaid
graph TD;
orama-chat --> orama-button
orama-chat-assistent-message --> orama-button
orama-navigation-bar --> orama-button
style orama-button fill:#f9f,stroke:#333,stroke-width:4px
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Property | Attribute | Description | Type | Default |
| --------- | --------- | ----------- | --------------------------------------------------- | ----------- |
| `message` | -- | | `{ role: "assistant" \| "user"; content: string; }` | `undefined` |
| `message` | -- | | `{ role: "user" \| "assistant"; content: string; }` | `undefined` |


## Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
### Depends on

- [orama-chat-messages-container](../orama-chat-messages-container)
- [orama-logo-icon](../orama-logo-icon)
- [orama-textarea](../orama-textarea)
- [orama-button](../orama-button)
- [orama-text](../orama-text)
Expand All @@ -22,11 +23,13 @@
```mermaid
graph TD;
orama-chat --> orama-chat-messages-container
orama-chat --> orama-logo-icon
orama-chat --> orama-textarea
orama-chat --> orama-button
orama-chat --> orama-text
orama-chat-messages-container --> orama-chat-user-message
orama-chat-messages-container --> orama-chat-assistent-message
orama-chat-assistent-message --> orama-button
orama-chat-assistent-message --> orama-text
search-box --> orama-chat
style orama-chat fill:#f9f,stroke:#333,stroke-width:4px
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
- [orama-chat](../orama-chat)
- [orama-chat-assistent-message](../orama-chat-messages-container/orama-chat-assistent-message)
- [orama-search-results](../orama-search-results)
- [search-box](../../search-box)

### Graph
```mermaid
graph TD;
orama-chat --> orama-text
orama-chat-assistent-message --> orama-text
orama-search-results --> orama-text
search-box --> orama-text
style orama-text fill:#f9f,stroke:#333,stroke-width:4px
```

Expand Down

0 comments on commit 9033aa8

Please sign in to comment.