Class ToolChoice
Rappresenta il ToolChoice, che può essere un valore stringa o un valore oggetto.
public class ToolChoice : IStringOrObject<ObjectType>
Costruttori
Nome | Descrizione |
---|
ToolChoice() | Il costruttore predefinito. |
Proprietà
Nome | Descrizione |
---|
IsObjectValue { get; } | Ottiene un valore che indica se il ToolChoice è un valore oggetto. |
IsStringValue { get; } | Ottiene un valore che indica se il ToolChoice è un valore stringa. |
ObjectValue { get; set; } | Ottiene o imposta il valore oggetto del ToolChoice. |
StringValue { get; set; } | Ottiene o imposta il valore stringa del ToolChoice. |
Vedi Anche