Skip to content

Commit

Permalink
rename banner
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Sep 20, 2023
1 parent 8ffa9ea commit ac375eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/building-classic-assistants/forms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description: Follow a rule-based process of information gathering using forms in
abstract: One of the most common conversation patterns is to collect a few pieces of information from a user in order to do something (book a restaurant, call an API, search a database, etc.). This is also called **slot filling**.
---

import RasaCALMBanner from "@theme/RasaCALMBanner";
import RasaNLUBasedBanner from "@theme/RasaNLUBasedBanner";

<RasaCALMBanner />
<RasaNLUBasedBanner />

## Usage

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import useBaseUrl from "@docusaurus/useBaseUrl";

function RasaCALMBanner() {
function RasaNLUBasedBanner() {
return (
<>
<div class="mdx-box admonition admonition-tip alert alert--info">
Expand All @@ -27,4 +27,4 @@ function RasaCALMBanner() {
)
}

export default RasaCALMBanner;
export default RasaNLUBasedBanner;

0 comments on commit ac375eb

Please sign in to comment.