Skip to content

Commit d32a934

Browse files
Add Final Updates
1 parent ecde6bb commit d32a934

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

AIIntegrationServer/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DevExtreme DataGrid – Azure OpenAI Integration (.NET AIIntegrationServer)
22

3-
AIIntegrationServer is an API-only backend that connects [Azure OpenAI](https://azure.microsoft.com/en-us/pricing/details/azure-openai/) with AI-powered DevExtreme DataGrid features:
3+
AIIntegrationServer is an API-only backend that connects [Azure OpenAI](https://azure.microsoft.com/en-us/pricing/details/azure-openai/) with the following AI-powered DevExtreme DataGrid features:
44

55
- [AI columns](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/ai/)
66
- [AI Assistant](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/aiAssistant/)
@@ -39,11 +39,11 @@ AIIntegrationServer/
3939

4040
### POST /api/ai/grid-column
4141

42-
Runs chat completions for AI columns. Uses `0.7` temperature value.
42+
Runs chat completions for AI columns. Uses a `0.7` temperature value.
4343

4444
### POST /api/ai/assistant
4545

46-
Runs chat completions for the AI assistant. Uses `0.0` temperature value. Returns responses in JSON schemas (specified in a request `responseSchema` parameter). If `responseSchema` is not specified, returns dynamic JSON responses.
46+
Runs chat completions for the AI assistant. Uses a `0.0` temperature value. Returns responses in JSON schemas (specified in a request `responseSchema` parameter). If `responseSchema` is not specified, returns dynamic JSON responses.
4747

4848
**Request Body (application/json):**
4949

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This example uses an ASP.NET Web API backend to configure the following AI-power
1515

1616
## Implementation Details
1717

18-
The [AIIntegrationServer](/AIIntegrationServer/) backend exposes separate endpoints for AI columns and AI Assistant:
18+
The [AIIntegrationServer](/AIIntegrationServer/) backend exposes separate endpoints for AI columns and the AI Assistant:
1919

2020
```js
2121
const _SERVER_URL = 'http://localhost:5005/api/ai';

0 commit comments

Comments
 (0)