INestiaAgentOperationSelection:
    | INestiaAgentOperationSelection.IHttp
    | INestiaAgentOperationSelection.IClass

Nestia agent operation selection.

INestiaAgentOperationSelection is a type represents an operation which has been selected by the A.I. chatbot of NestiaAgent class for the LLM (Large Language Model) function calling with detailed reason of the selection (or cancellation).

Also, INestiaAgentOperationSelection is an union type that can specify a subtype by checking the protocol property.

Jeongho Nam - https://github.com/samchon