Skip to content

EveRequestKind

NexusLabs.Eve

EveRequestKind Enum

Identifies the eve HTTP operation for which request headers are being resolved. Additional members may be added as the upstream client gains routes.

public enum EveRequestKind

Fields

Health 0

A readiness request to the health route.

Info 1

An agent inspection request to the info route.

CreateSession 2

A request that creates a new remote session.

ContinueSession 3

A request that continues an existing remote session.

StreamSession 4

A request that opens or reconnects an existing session event stream.

CancelTurn 5

A request that cooperatively cancels an active turn.

Raw 6

A caller-defined request sent through SendRawAsync(HttpRequestMessage, CancellationToken).

ResetSession 7

A request that terminally retires the session owning a continuation token.

ClearSession 8

A request that queues clearing durable model-message history while preserving the session identity and non-message resources.

CompactSession 9

A request that queues context compaction for the session owning a continuation token without sending model input.