tools

public final AllowedTools.Builder tools(List<String> tools)

The names of the allowed tools.


public final AllowedTools.Builder tools(JsonField<List<String>> tools)

Sets Builder.tools to an arbitrary JSON value.

You should usually call Builder.tools with a well-typed List<String> value instead. This method is primarily for setting the field to an undocumented or not yet supported value.