Table of Contents

Class MistralClient.SseEvent

Namespace
AutoGen.Mistral
Assembly
AutoGen.Mistral.dll
public class MistralClient.SseEvent
Inheritance
MistralClient.SseEvent
Inherited Members

Constructors

SseEvent(string?, string?)

public SseEvent(string? eventType = null, string? data = null)

Parameters

eventType string
data string

Properties

Data

public string? Data { get; set; }

Property Value

string

EventType

public string? EventType { get; set; }

Property Value

string