Class AiModelFeatures
Inheritance
AiModelFeatures
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiModelFeatures
Properties
|
Edit this page
View Source
FunctionCalling
Declaration
[JsonProperty("functionCalling")]
public bool FunctionCalling { get; set; }
Property Value
|
Edit this page
View Source
Streaming
Declaration
[JsonProperty("streaming")]
public bool Streaming { get; set; }
Property Value
|
Edit this page
View Source
StructuredOutput
Declaration
[JsonProperty("structuredOutput")]
public bool StructuredOutput { get; set; }
Property Value