Class GenerateAiPromptCompletionRequest
Inheritance
System.Object
GenerateAiPromptCompletionRequest
Assembly: Crowdin.Api.dll
Syntax
public class GenerateAiPromptCompletionRequest : object
Properties
|
Improve this Doc
View Source
Resources
Declaration
public AiPromptContextResources Resources { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public object? ToolChoice { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Object> |
|
|
Improve this Doc
View Source
Declaration
public ICollection<AiToolObject>? Tools { get; set; }
Property Value