EveAgentModelRouting
NexusLabs.Eve¶
EveAgentModelRouting Enum¶
Identifies how an eve agent resolves the model it calls.
Fields¶
Unknown 0
The agent reported no routing, or a routing kind newer than this package.
Remarks¶
eve reported no routing before 0.33.0, where the field was optional, so this is
the expected value for a concrete model on an earlier agent. Read
RawModelRouting to inspect an unrecognized kind.
Gateway 1
The model is served through the AI gateway.
External 2
The model is served directly by an external provider.
Dynamic 3
The model is selected at runtime, so the agent reports no model identifier.