// Code generated by update-protocol-version.ts. DO NOT EDIT.
namespace GitHub.Copilot.SDK;
///
/// Provides the SDK protocol version.
/// This must match the version expected by the copilot-agent-runtime server.
///
internal static class SdkProtocolVersion
{
///
/// The SDK protocol version.
///
public const int Version = 1;
///
/// Gets the SDK protocol version.
///
public static int GetVersion() => Version;
}