ai.serviceString|Object
The URL or the configuration of the AI service to use for generating outputs.
Example - configure AI service as string
<div id="grid"></div>
<script>
$("#grid").kendoGrid({
columns: [{ field: "name" }],
dataSource: [{ name: "Jane Doe" }],
toolbar: ["aiAssistant"],
ai: {
service: "https://demos.telerik.com/service/v2/ai/grid/smart-state"
}
});
</script>
In this article