Firebase.AI.ToolConfig

Tool configuration for any Tool specified in the request.

Summary

Constructors and Destructors

ToolConfig(FunctionCallingConfig? functionCallingConfig, RetrievalConfig? retrievalConfig)
Constructs a new ToolConfig.

Public functions

ToolConfig

 Firebase::AI::ToolConfig::ToolConfig(
  FunctionCallingConfig? functionCallingConfig,
  RetrievalConfig? retrievalConfig
)

Constructs a new ToolConfig.

Details
Parameters
functionCallingConfig
Configures how the model should use the provided functions.
retrievalConfig
Configures how the model should use the provided retrieval options.