TsgcAIOpenAIEmbeddings › Properties › Version
Read-only string with the current version of the sgcWebSockets library.
property Version: String read GetVersion;
—
Returns the version of the installed sgcWebSockets package as a string. The value is read-only and is useful for logging and for checking compatibility when reporting issues.
ShowMessage('sgcWebSockets version: ' + oEmbeddings.Version);