ChatToolChoiceForced constructor
const
ChatToolChoiceForced({
- required String name,
The model is forced to to call the specified tool.
Implementation
const ChatToolChoiceForced({
required this.name,
});