View Source GoogleApi.AIPlatform.V1.Model.CloudAiNlLlmProtoServiceFunctionCall (google_api_ai_platform v0.2.0)

Function call details.

Attributes

  • args (type: map(), default: nil) - The function parameters and values in JSON format.
  • name (type: String.t, default: nil) - Required. The name of the function to call.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiNlLlmProtoServiceFunctionCall{
  args: map() | nil,
  name: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.