ToolConfig

@Serializable
data class ToolConfig(val functionCallingConfig: FunctionCallingConfig)

Represents a tool that encapsulates function declarations, providing a structured way to access the functionalities declared.

Constructors

Link copied to clipboard
constructor(functionCallingConfig: FunctionCallingConfig)

Properties