IntelligenceX

API Reference

Enum

CopilotTransportKind

Namespace IntelligenceX.Copilot
Assembly IntelligenceX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the transport used to talk to Copilot.

Inheritance

  • Enum
  • CopilotTransportKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const CopilotTransportKind Cli #

Use the official Copilot CLI JSON-RPC transport.

Value: 0
public const CopilotTransportKind Direct #

Use the experimental direct HTTP transport.

Value: 1