VCL SmartCore AI example - Prepare Readme content#1
Merged
AleksandrKrivopalov merged 5 commits into25.1.3+from Oct 8, 2025
Merged
VCL SmartCore AI example - Prepare Readme content#1AleksandrKrivopalov merged 5 commits into25.1.3+from
AleksandrKrivopalov merged 5 commits into25.1.3+from
Conversation
khamlyuk
reviewed
Oct 8, 2025
| [](https://docs.devexpress.com/GeneralInformation/403183) | ||
| [](#does-this-example-address-your-development-requirementsobjectives) | ||
| <!-- default badges end --> | ||
| # DevExpress VCL/Delphi - Integrate SmartCore AI component library |
There was a problem hiding this comment.
It's up to you, but we didn't use "delphi" in the product name in previous examples. Do we need to highlight it for some reason in the repo name? Or we may add a tag to the repo right-side description.
Contributor
Author
There was a problem hiding this comment.
It's just a copy from the previous example in this series:
I agree, I'll surely update this:
Suggested change
| # DevExpress VCL/Delphi - Integrate SmartCore AI component library | |
| # DevExpress VCL - Integrate SmartCore AI component library |
|
|
||
| This simple example integrates AI into DevExpress VCL Controls using the official Embarcader SmartCore AI component library available via the GetIt Package Manager. | ||
| VCL developers can switch between different AI providers and utilize commands that DevExpress AI Assistant adds to DevExpress Text Editors (such as `TcxMemo` or `TdxRichEditControl`). | ||
| This example integrates AI into DevExpress VCL Controls using the official Embarcadero [SmartCore AI Components](https://blogs.embarcadero.com/introducing-the-smartcore-ai-components-pack/) pack available via the GetIt Package Manager. |
There was a problem hiding this comment.
If I got it right...
Suggested change
| This example integrates AI into DevExpress VCL Controls using the official Embarcadero [SmartCore AI Components](https://blogs.embarcadero.com/introducing-the-smartcore-ai-components-pack/) pack available via the GetIt Package Manager. | |
| This example integrates an AI agent into DevExpress VCL Controls using the Embarcadero [SmartCore AI Component pack](https://blogs.embarcadero.com/introducing-the-smartcore-ai-components-pack/) available via the GetIt Package Manager. |
| - The [SmartCore AI Components](https://blogs.embarcadero.com/introducing-the-smartcore-ai-components-pack/) package installed from GetIt | ||
| - DevExpress VCL Components v25.1.3 or newer | ||
|
|
||
| ## Running the example |
There was a problem hiding this comment.
Suggested change
| ## Running the example | |
| ## Run the Example |
| ## Running the example | ||
|
|
||
| To connect to an AI provider open the main form in designer, open editor for your driver of choice (OpenAI or Google Gemini in this example) and fill in API key. Then uncomment the `TdxSmartCoreAIChatClient.Create` call for the required AI provider`: | ||
| To connect to an AI provider within this sample project, do the following: |
There was a problem hiding this comment.
Suggested change
| To connect to an AI provider within this sample project, do the following: | |
| To connect to an AI provider within this sample project, you must: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.