tools property

  1. @JsonKey.new(includeIfNull: false)
List<ToolDefinition>? get tools
inherited

Tools (functions) available to the model.

Implementation

@JsonKey(includeIfNull: false)
List<ToolDefinition>? get tools;