Senparc.Xncf.PromptRange.Abstractions 0.2.4-preview4

Prefix Reserved
This is a prerelease version of Senparc.Xncf.PromptRange.Abstractions.
dotnet add package Senparc.Xncf.PromptRange.Abstractions --version 0.2.4-preview4
                    
NuGet\Install-Package Senparc.Xncf.PromptRange.Abstractions -Version 0.2.4-preview4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Senparc.Xncf.PromptRange.Abstractions" Version="0.2.4-preview4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Senparc.Xncf.PromptRange.Abstractions" Version="0.2.4-preview4" />
                    
Directory.Packages.props
<PackageReference Include="Senparc.Xncf.PromptRange.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Senparc.Xncf.PromptRange.Abstractions --version 0.2.4-preview4
                    
#r "nuget: Senparc.Xncf.PromptRange.Abstractions, 0.2.4-preview4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Senparc.Xncf.PromptRange.Abstractions@0.2.4-preview4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Senparc.Xncf.PromptRange.Abstractions&version=0.2.4-preview4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Senparc.Xncf.PromptRange.Abstractions&version=0.2.4-preview4&prerelease
                    
Install as a Cake Tool

Senparc.Xncf.PromptRange.Abstractions

Senparc.Xncf.PromptRange.Abstractions contains the event contracts shared by PromptRange and optional prompt-optimization or evaluation modules.

Features

  • Prompt initialization request/response events.
  • Prompt optimization request/response events with model-parameter context.
  • Prompt-test completion events carrying output, score, and evaluation metadata.
  • Immutable records that can cross NCF EventBus boundaries without a PromptRange implementation reference.

Installation

<PackageReference Include="Senparc.Xncf.PromptRange.Abstractions" Version="0.2.2-preview2" />

Key API

  • PromptInitRequestEvent and PromptInitResponseEvent correlate prompt initialization.
  • PromptOptimizationRequestEvent and PromptOptimizationResponseEvent carry optimization input, output, score, and error state.
  • OptimizationContext and OptimizedParameters describe model-generation parameters.
  • PromptTestFinishedEvent records a completed prompt test and evaluation result.

Event payloads may contain prompts and model output. Apply authorization, tenant ownership, redaction, and retention controls before publishing or persisting them.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Senparc.Xncf.PromptRange.Abstractions:

Package Downloads
Senparc.Xncf.PromptRange

你的提示词(Prompt)训练场

Senparc.Xncf.AgentsManager

Agents 管理模块

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.4-preview4 68 8/8/2026
0.2.3-preview3 95 8/3/2026
0.2.2-preview2 188 7/26/2026
0.2.1-preview1 212 6/17/2026
0.1.2-preview1 111 6/16/2026
0.1.1-preview1 117 5/10/2026

v0.1.0 创世
     [2026-07-26] v0.2.2-preview2 Dependency update from Senparc.Ncf.Shared.Abstractions to 0.3.0-preview2
     1、Dependency update from Senparc.Ncf.Shared.Abstractions to 0.3.0-preview2
     [2026-08-04] v0.2.3-preview3 Dependency update from Senparc.Ncf.Shared.Abstractions to 0.4.0-preview3
     [2026-08-08] v0.2.4-preview4 Dependency update from Senparc.Ncf.Shared.Abstractions to 0.5.0-preview4