You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -387,7 +387,7 @@ private string UpdateCurrentFetchXmlQuery([Description("A well formed FetchXml q
387
387
}
388
388
}
389
389
390
-
[Description("Retrieves the logical name and display name of tables/entity that matches a description. The result is returned in a JSON list with entries of the format {\"LN\":\"[logical name of entity]\",\"DN\":\"[display name of entity]\"}. There may be many results, if a unique table cannot be found.")]
390
+
[Description("Retrieves the logical name and display name of tables/entity that matches a description. The result is returned in a JSON list with entries of the format {\"L\":\"[logical name of entity]\",\"D\":\"[display name of entity]\"}. There may be many results, if a unique table cannot be found.")]
391
391
privatestringGetMetadataForUnknownEntity([Description("The name/description of a table.")]stringtableDescription)
392
392
{
393
393
varentities=fxb.EntitiesForAi();
@@ -406,7 +406,7 @@ private string GetMetadataForUnknownEntity([Description("The name/description of
406
406
returnresult.Text;
407
407
}
408
408
409
-
[Description("Returns attributes of a table/entity that matches a description. Information about attributes is returned in a JSON list with entries of the format {\"LN\":\"[logical name of attribute]\",\"DN\":\"[display name of attribute]\"}. There may be many results, if a unique attribute cannot be found.")]
409
+
[Description("Returns attributes of a table/entity that matches a description. Information about attributes is returned in a JSON list with entries of the format {\"L\":\"[logical name of attribute]\",\"D\":\"[display name of attribute]\"}. There may be many results, if a unique attribute cannot be found.")]
410
410
privatestringGetMetadataForUnknownAttribute([Description("The logical name of the entity and a name/description of an attribute, separated by '@@'. Example: 'logical name of table@@a description of an attribute'")]stringentityNameAndAttributeDescription)
if(MessageBoxEx.Show(fxb,"Are you sure you want to clear the AI chat history?","Reset AI Chat",MessageBoxButtons.YesNo,MessageBoxIcon.Question)==DialogResult.Yes)
0 commit comments