ToolConfig

@Serializable
data class ToolConfig(val functionCallingConfig: FunctionCallingConfig, val retrievalConfig: RetrievalConfig? = null)

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

Constructors

Link copied to clipboard
constructor(functionCallingConfig: FunctionCallingConfig, retrievalConfig: RetrievalConfig? = null)

Properties