Skip to content

Commit 2c3bb45

Browse files
committed
Fix slug
1 parent 9ee4bf5 commit 2c3bb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/editor/ai-integration/integration-with-inline-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Editor allows customizing some of the integrated Inline Prompt's settings. F
6464

6565
| Parameter | Type and Default value | Description |
6666
|-----------|------------------------|-------------|
67-
| `SystemPrompt` | `string` | The system prompt that will be passed to the integrated Inline Prompt. If not provided, the Inline Prompt will use its [default `SystemPrompt` value](slug:Inline Prompt-overview#Inline Prompt-parameters). |
67+
| `SystemPrompt` | `string` | The system prompt that will be passed to the integrated Inline Prompt. If not provided, the Inline Prompt will use its [default `SystemPrompt` value](slug:aiprompt-overview#aiprompt-parameters). |
6868
| `Commands` | `List<Inline PromptCommandDescriptor>` | The commands displayed within the Commands view. If not set the Inline Prompt will use the [default predefined commands](slug:editor-ai-integration-overview#ai-integration-capabilities). |
6969

7070
>caption Customizing the Inline Prompt in the Editor

0 commit comments

Comments
 (0)