RunToolCall constructor
const
RunToolCall({
- required String id,
- required String type,
- required RunFunctionCall function,
Creates a RunToolCall.
Implementation
const RunToolCall({
required this.id,
required this.type,
required this.function,
});