Class FunctionCallingPerformedAction
Represents an action for recording the result of a function call.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class FunctionCallingPerformedAction : PerformedAction
Properties
FunctionCallOutput
Declaration
[Required(ErrorMessage = "FunctionCallOutput is required.")]
[JsonProperty(PropertyName = "functionCallOutput")]
public string FunctionCallOutput { get; set; }
Property Value
Type | Description |
---|---|
string | The result or output of the function call. |
Remarks
Required