Class AiToolFunction
Inheritance
System.Object
AiToolFunction
Assembly: Crowdin.Api.dll
public class AiToolFunction : object
Properties
|
Improve this Doc
View Source
Declaration
public string? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public object? Parameters { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Object> |
|