@valon-technologies/gestalt
    Preparing search index...
    AgentTurnEvent: Message<"gestalt.provider.v1.AgentTurnEvent"> & {
        id: string;
        turnId: string;
        seq: bigint;
        type: string;
        source: string;
        visibility: string;
        data?: JsonObject;
        createdAt?: Timestamp;
        display?: AgentTurnDisplay;
    }

    Type Declaration

    • id: string

      from field: string id = 1;

    • turnId: string

      from field: string turn_id = 2;

    • seq: bigint

      from field: int64 seq = 3;

    • type: string

      from field: string type = 4;

    • source: string

      from field: string source = 5;

    • visibility: string

      from field: string visibility = 6;

    • Optionaldata?: JsonObject

      from field: google.protobuf.Struct data = 7;

    • OptionalcreatedAt?: Timestamp

      from field: google.protobuf.Timestamp created_at = 8;

    • Optionaldisplay?: AgentTurnDisplay

      from field: gestalt.provider.v1.AgentTurnDisplay display = 9;

    from message gestalt.provider.v1.AgentTurnEvent