ChatToolChoiceForced constructor

const ChatToolChoiceForced({
  1. required String name,
})

The model is forced to to call the specified tool.

Implementation

const ChatToolChoiceForced({required this.name});