ToolChoice.function constructor

const ToolChoice.function(
  1. String name
)

This exact function and no other.

Implementation

const factory ToolChoice.function(String name) = NamedToolChoice;