Skip to content

Commit

Permalink
Merge aipompt-fix-table-layout-2048 into production (#2051)
Browse files Browse the repository at this point in the history
* remove auto-layout from table

* docs(aiprompt): remove events from parameters table

---------

Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 17, 2024
1 parent 807e4a6 commit e9ac25f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/aiprompt/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ The table below lists the AIPrompt parameters. For a full list of the AIPrompt A
| `PromptSuggestionItemTemplate` | `RenderFragment<string>` | The Prompt Suggestion Item template of the AIPrompt. |
| `Commands` | `List<AIPromptCommandDescriptor>` | The predefined commands displayed within the Commands view. |
| `ShowOutputRating` | `bool` <br /> (`false`) | Controls the visibility of the rating buttons within the output card. |
| `OnPromptRequest` | `EventCallback<AIPromptPromptRequestEventArgs>` | The event handler called when the user requests an output for a given prompt. |
| `OnCommandExecute` | `EventCallback<AIPromptCommandExecuteEventArgs>` | The event handler called when a user clicks on a command within the Command view. |
| `OnOutputRate` | `EventCallback<AIPromptOutputRateEventArgs>` | The event handler called when a user rates an output item. |
| `Class` | `string` | The `class` attribute of the `<div class="k-prompt">` element. Use it to apply custom styles or [override the theme]({%slug themes-override%}). |
| `Height` | `string` | The `height` style of the component in any [supported CSS unit]({%slug common-features/dimensions%}). The default AIPrompt dimensions depend on the CSS theme. |
| `Width` | `string` | The `width` style of the component in any [supported CSS unit]({%slug common-features/dimensions%}). The default AIPrompt dimensions depend on the CSS theme. |
Expand Down

0 comments on commit e9ac25f

Please sign in to comment.