ข้ามไปยังเนื้อหา

Class AgenticEngineBuilderExtensions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Agentics.Registration
Assembly: Cephalon.Agentics.dll

Registers the built-in agentic runtime pack with an .

public static class AgenticEngineBuilderExtensions

objectAgenticEngineBuilderExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

AddAgentics(EngineBuilder, Action<AgenticRuntimeOptions>?)

Section titled “ AddAgentics(EngineBuilder, Action<AgenticRuntimeOptions>?)”

Adds the agentic runtime pack to the engine.

public static EngineBuilder AddAgentics(this EngineBuilder builder, Action<AgenticRuntimeOptions>? configure = null)

builder EngineBuilder

The engine builder to extend.

configure Action<AgenticRuntimeOptions>?

An optional callback that configures the host-owned agentic runtime options.

EngineBuilder

The same engine builder for fluent composition.

The pack activates only when the matching technology profile is selected, but registering it here makes its services, capabilities, and runtime surfaces available when that selection is active.