Class BidiGenerateMusicServerMessage
Inheritance
BidiGenerateMusicServerMessage
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class BidiGenerateMusicServerMessage : IWebSocketMessage
Properties
|
Edit this page
View Source
Cts
Declaration
[JsonIgnore]
public CancellationTokenSource Cts { get; set; }
Property Value
|
Edit this page
View Source
FilteredPrompt
Output only. Filtered prompt with reason.
Declaration
[JsonProperty("filteredPrompt")]
public BidiGenerateMusicFilteredPrompt FilteredPrompt { get; set; }
Property Value
|
Edit this page
View Source
ServerContent
Output only. Content generated by the model in response to client messages.
Declaration
[JsonProperty("serverContent")]
public BidiGenerateMusicServerContent ServerContent { get; set; }
Property Value
|
Edit this page
View Source
SetupComplete
Output only. Sent in response to a BidiGenerateMusicSetup message from the client when setup is complete.
Declaration
[JsonProperty("setupComplete")]
public BidiGenerateMusicSetupComplete SetupComplete { get; set; }
Property Value
|
Edit this page
View Source
Warning
Output only. The warning message from the server. Warnings won't terminate the stream.
Declaration
[JsonProperty("warning")]
public string Warning { get; set; }
Property Value
Implements
Extension Methods