Skip to content

Conversation

@Raushen
Copy link
Contributor

@Raushen Raushen commented Oct 2, 2025

No description provided.

@Raushen Raushen self-assigned this Oct 2, 2025
@Raushen Raushen added the 25_2 label Oct 2, 2025
@Raushen Raushen requested review from a team as code owners October 2, 2025 23:41
@Raushen Raushen force-pushed the New-AI-Column-Properrties-Part1 branch from fe2008c to a54a763 Compare October 3, 2025 00:03
system: 'You are a helpful assistant that helps to fill fields based on the text provided. You will get a text and a list of fields that should be filled using info from the text. It can include the name of field, suitable format, optionally some additional instruction about what it should include. You need to return data for all the fields in the following format without any preamble, introduction, or explanatory text: {fieldName}:::{fieldValue};;;{fieldName}:::{fieldValue} and so on, where {fieldName} - is a variable for a field name and {fieldValue} - is a variable for a string to fill. If there is no info to fill, field value should be empty (like Name:::;;;)- do not use placeholders like (empty), N/A, null, or similar. Only fill in date fields if a complete date is explicitly present. If the date is missing or incomplete, leave the field empty.',
user: 'Text: {{text}}. Fields: {{fields}}.',
},
generateColumn: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[thoughts]
This API may become public, so I would ask TechWriters to help with the name. I would narrow down the meaning of this name to generateDataGridColumn.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, adding a bit of specificity is beneficial. Let's rename this template to generateGridColumn. This adds specificity while keeping the name relatively short and leaving the door open to using this template in the TreeList (if we ever decide to add AI columns to the TreeList).

Suggested change
generateColumn: {
generateGridColumn: {

@Raushen Raushen merged commit b444091 into DevExpress:25_2 Oct 8, 2025
395 of 396 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants