BuiltIn
@JsonSerializable
Constructors
Link copied to clipboard
constructor(type: ToolType, name: ToolName? = null, max_uses: Int? = null, max_characters: Int? = null, max_content_tokens: Int? = null, allowed_domains: List<String>? = null, blocked_domains: List<String>? = null, user_location: UserLocation? = null, response_inclusion: String? = null, citations: Citations? = null, use_cache: Boolean? = null, configs: List<ToolConfig>? = null, strict: Boolean? = null, defer_loading: Boolean? = null, allowed_callers: List<Caller>? = null, cache_control: CacheControl? = null)