Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Configures the {WidgetName} AI Assistant.
---
<!-- Description goes here -->

#include common-ctp-note-wo-devextreme

#include common-demobutton-named with {
url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AIAssistant/",
name: "DataGrid - AI Assistant"
}

[tags] ctp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ The JSON schema of the AI Assistant response.
Additional information included in the AI Assistant request.

---

#include common-ctp-note-wo-devextreme

Use this handler to modify the AI Assistant request.

The following code snippet modifies the **e.context** parameter to add context to the request:
Expand Down Expand Up @@ -111,3 +114,5 @@ The following code snippet modifies the **e.context** parameter to add context t
}

---

[tags] ctp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ type: eventType
Raised before an AI Assistant request is created.

---

#include common-ctp-note-wo-devextreme

Main article: [onAIAssistantRequestCreating](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/onAIAssistantRequestCreating.md '{basewidgetpath}/Configuration/#onAIAssistantRequestCreating')

#####See Also#####
#include common-link-handleevents
#include common-link-handleevents

[tags] ctp
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,13 @@ inheritsType: AIAssistant
Configures the {WidgetName} AI Assistant.

---
<!-- Description goes here -->
<!-- Description goes here -->

#include common-ctp-note-wo-devextreme

#include common-demobutton-named with {
url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AIAssistant/",
name: "DataGrid - AI Assistant"
}

[tags] ctp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ The UI component's instance.
#include common-ref-elementparam with { element: "UI component" }

---

#include common-ctp-note-wo-devextreme

Use this handler to modify the AI Assistant request.

The following code snippet modifies the **e.context** parameter to add request context:
Expand Down Expand Up @@ -98,3 +101,5 @@ The following code snippet modifies the **e.context** parameter to add request c
}

---

[tags] ctp
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ generateTypeLink:
The argument type in the [aIAssistantRequestCreating]({basewidgetpath}/Events/#aIAssistantRequestCreating) event.

---
<!-- Description goes here -->
<!-- Description goes here -->

#include common-ctp-note-wo-devextreme

[tags] ctp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ The UI component's instance.
#include common-ref-elementparam with { element: "UI component" }

---

#include common-ctp-note-wo-devextreme

Use this handler to modify the AI Assistant request.

The following code snippet modifies the **e.context** parameter to add request context:
Expand Down Expand Up @@ -98,3 +101,5 @@ The following code snippet modifies the **e.context** parameter to add request c
}

---

[tags] ctp
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ generateTypeLink:
The argument type in the [aIAssistantRequestCreating]({basewidgetpath}/Events/#aIAssistantRequestCreating) event.

---
<!-- Description goes here -->
<!-- Description goes here -->

#include common-ctp-note-wo-devextreme

[tags] ctp
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@ generateTypeLink:
Configures the {WidgetName} AI Assistant.

---
<!-- Description goes here -->
<!-- Description goes here -->

#include common-ctp-note-wo-devextreme

#include common-demobutton-named with {
url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AIAssistant/",
name: "DataGrid - AI Assistant"
}

[tags] ctp
Loading