AiToolInvocation constructor
const
AiToolInvocation({})
Implementation
const AiToolInvocation({
required this.name,
required this.runId,
required this.arguments,
this.userId,
this.tenantId,
this.enabledByDefault = false,
this.requiredCapabilities = const {},
});