Class CohereToolCallV2
A tool call generated by the model.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class CohereToolCallV2
Properties
Function
Declaration
[JsonProperty(PropertyName = "function")]
public object Function { get; set; }
Property Value
| Type | Description |
|---|---|
| object | Function of a tool call. |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Id of the tool call. |
Type
Declaration
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CohereToolCallV2.TypeEnum? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| CohereToolCallV2.TypeEnum? | Type of a tool call. |