FirebaseVertexAI Framework Reference

FunctionCallingConfig

public struct FunctionCallingConfig
extension FunctionCallingConfig: Encodable

Configuration for specifying function calling behavior.

  • Defines the execution behavior for function calling by defining the execution mode.

    Declaration

    Swift

    public enum Mode : String
    extension FunctionCallingConfig.Mode: Encodable
  • Undocumented

    Declaration

    Swift

    public init(mode: FunctionCallingConfig.Mode? = nil, allowedFunctionNames: [String]? = nil)