Show / Hide Table of Contents

Class FunctionCallingPerformedAction

Represents an action for recording the result of a function call.

Inheritance
object
PerformedAction
FunctionCallingPerformedAction
Inherited Members
PerformedAction.ActionId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top