public class FunctionResponse
FunctionResponse | Initializes a new instance of the FunctionResponse class |
Id | Optional. The id of the function call this response is for. Populated by the client to match the corresponding function call id. |
Name | Required. The name of the function to call. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 63. |
Response | Required. The function response in JSON object format. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
ToFunctionCallContent |
Converts a nullable FunctionResponse into a Content object configured with the role
of "function" and containing the response as a single part of the content.
(Defined by FunctionCallExtensions) |