UNPKG

@microsoft/agents-hosting

Version:

Microsoft 365 Agents SDK for JavaScript

8 lines (7 loc) 316 B
/** * Generates a string containing information about the SDK version and runtime environment. * This is used for telemetry and User-Agent headers in HTTP requests. * * @returns A formatted string containing the SDK version, Node.js version, and OS details */ export declare const getProductInfo: () => string;