@valon-technologies/gestalt
    Preparing search index...

    Type Alias CreateAgentProviderSessionRequest

    CreateAgentProviderSessionRequest: Message<
        "gestalt.provider.v1.CreateAgentProviderSessionRequest",
    > & {
        sessionId: string;
        idempotencyKey: string;
        model: string;
        clientRef: string;
        metadata?: JsonObject;
        providerOptions?: JsonObject;
        createdBy?: AgentActor;
        subject?: AgentSubjectContext;
    }

    Type Declaration

    • sessionId: string

      from field: string session_id = 1;

    • idempotencyKey: string

      from field: string idempotency_key = 2;

    • model: string

      from field: string model = 3;

    • clientRef: string

      from field: string client_ref = 4;

    • Optionalmetadata?: JsonObject

      from field: google.protobuf.Struct metadata = 5;

    • OptionalproviderOptions?: JsonObject

      from field: google.protobuf.Struct provider_options = 6;

    • OptionalcreatedBy?: AgentActor

      from field: gestalt.provider.v1.AgentActor created_by = 7;

    • Optionalsubject?: AgentSubjectContext

      from field: gestalt.provider.v1.AgentSubjectContext subject = 8;

    from message gestalt.provider.v1.CreateAgentProviderSessionRequest