Skip to content

Commit 25b5f0b

Browse files
Aspose.Slides for .NET 25.6 API Reference Update
1 parent 2f47ac7 commit 25b5f0b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

content/net/english/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ is_root: true
1313
| Namespace | Description |
1414
| --- | --- |
1515
| [Aspose.Slides](./aspose.slides) | Contains classes for work with Microsoft PowerPoint presentations without utilizing Microsoft PowerPoint. |
16-
| [Aspose.Slides.AI](./aspose.slides.ai) | |
16+
| [Aspose.Slides.AI](./aspose.slides.ai) | Contains classes that provide AI-based features for analyzing and processing PowerPoint presentations. |
1717
| [Aspose.Slides.Animation](./aspose.slides.animation) | Contains classes for work with animation in Microsoft PowerPoint presentations. |
1818
| [Aspose.Slides.Charts](./aspose.slides.charts) | Contains classes for work with charts in Microsoft PowerPoint presentations. |
1919
| [Aspose.Slides.DOM.Ole](./aspose.slides.dom.ole) | Contains classes for work with OLE objects in Microsoft PowerPoint presentations. |
@@ -33,4 +33,4 @@ is_root: true
3333
| [Aspose.Slides.Vba](./aspose.slides.vba) | Contains classes for work with VBA macros |
3434
| [Aspose.Slides.Warnings](./aspose.slides.warnings) | Contains classes that represents various kind of warnings |
3535

36-
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->
36+
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->

content/net/english/aspose.slides.ai/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Aspose.Slides.AI
33
second_title: Aspose.Sildes for .NET API Reference
4-
description:
4+
description: Contains classes that provide AI-based features for analyzing and processing PowerPoint presentations.
55
type: docs
66
weight: 20
77
url: /aspose.slides.ai/
88
---
99

10-
10+
Contains classes that provide AI-based features for analyzing and processing PowerPoint presentations.
1111

1212
## Classes
1313

@@ -20,6 +20,6 @@ url: /aspose.slides.ai/
2020

2121
| Interface | Description |
2222
| --- | --- |
23-
| [IAIWebClient](./iaiwebclient) | AI Web client interface. This interface enables to substitute different AI language models. Classes that implement this interface are supposed to be used along with !:SlidesAIAgent |
23+
| [IAIWebClient](./iaiwebclient) | AI Web client interface. This interface enables to substitute different AI language models. Classes that implement this interface are supposed to be used along with `SlidesAIAgent`. |
2424

2525
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->

content/net/english/aspose.slides.ai/iaiwebclient/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: IAIWebClient
33
second_title: Aspose.Sildes for .NET API Reference
4-
description: AI Web client interface. This interface enables to substitute different AI language models. Classes that implement this interface are supposed to be used along with SlidesAIAgent
4+
description: AI Web client interface. This interface enables to substitute different AI language models. Classes that implement this interface are supposed to be used along with SlidesAIAgent.
55
type: docs
66
weight: 10
77
url: /aspose.slides.ai/iaiwebclient/
88
---
99

1010
## IAIWebClient interface
1111

12-
AI Web client interface. This interface enables to substitute different AI language models. Classes that implement this interface are supposed to be used along with !:SlidesAIAgent
12+
AI Web client interface. This interface enables to substitute different AI language models. Classes that implement this interface are supposed to be used along with `SlidesAIAgent`.
1313

1414
```csharp
1515
public interface IAIWebClient
@@ -19,7 +19,7 @@ public interface IAIWebClient
1919

2020
| Name | Description |
2121
| --- | --- |
22-
| [CallChatAsync](../../aspose.slides.ai/iaiwebclient/callchatasync)(string) | Sends a chat instruction to the AI model using a provided HttpClient instance and return response message to the given instruction. |
22+
| [CallChatAsync](../../aspose.slides.ai/iaiwebclient/callchatasync)(string) | Sends a chat instruction to the AI model using a provided `HttpClient` instance and return response message to the given instruction. |
2323

2424
### See Also
2525

content/net/english/aspose.slides.ai/iaiwebclient/callchatasync/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: /aspose.slides.ai/iaiwebclient/callchatasync/
99

1010
## IAIWebClient.CallChatAsync method
1111

12-
Sends a chat instruction to the AI model using a provided HttpClient instance and return response message to the given instruction.
12+
Sends a chat instruction to the AI model using a provided `HttpClient` instance and return response message to the given instruction.
1313

1414
```csharp
1515
public Task<string> CallChatAsync(string instruction)

content/net/english/aspose.slides.ai/openaiwebclient/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class OpenAIWebClient : IAIWebClient, IDisposable
2626

2727
| Name | Description |
2828
| --- | --- |
29-
| [CallChatAsync](../../aspose.slides.ai/openaiwebclient/callchatasync)(string) | Sends a chat instruction to the AI model using an externally managed HttpClient instance and returns response message to the given instruction. |
29+
| [CallChatAsync](../../aspose.slides.ai/openaiwebclient/callchatasync)(string) | Sends a chat instruction to the AI model using an externally managed `HttpClient` instance and returns response message to the given instruction. |
3030
| [Dispose](../../aspose.slides.ai/openaiwebclient/dispose)() | Releases resources used by this instance. |
3131

3232
### See Also

content/net/english/aspose.slides.ai/openaiwebclient/callchatasync/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ url: /aspose.slides.ai/openaiwebclient/callchatasync/
99

1010
## OpenAIWebClient.CallChatAsync method
1111

12-
Sends a chat instruction to the AI model using an externally managed HttpClient instance and returns response message to the given instruction.
12+
Sends a chat instruction to the AI model using an externally managed `HttpClient` instance and returns response message to the given instruction.
1313

1414
```csharp
1515
public Task<string> CallChatAsync(string instruction)
@@ -28,7 +28,7 @@ The message generated by the AI model in response to the given instruction.
2828
| exception | condition |
2929
| --- | --- |
3030
| ArgumentException | Open AI chat instruction can't be null or empty |
31-
| ArgumentNullException | HttpClient instance is not provided |
31+
| ArgumentNullException | `HttpClient` instance is not provided |
3232

3333
### See Also
3434

content/net/english/aspose.slides.ai/openaiwebclient/openaiwebclient/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public OpenAIWebClient(string model, string apiKey, string organizationId, HttpC
4949
| model | String | OpenAI language model. Possible values: - gpt-4o - gpt-4o-mini - o1 - o1-mini - o3 - o3-mini |
5050
| apiKey | String | OpenAI API key |
5151
| organizationId | String | Organization ID (optional) |
52-
| httpClient | HttpClient | An externally managed HttpClient instance. |
52+
| httpClient | HttpClient | An externally managed `HttpClient` instance. |
5353

5454
### Exceptions
5555

0 commit comments

Comments
 (0)