ToolReferenceInputBlock constructor

const ToolReferenceInputBlock({
  1. required String toolName,
  2. CacheControlEphemeral? cacheControl,
})

Implementation

const ToolReferenceInputBlock({required this.toolName, this.cacheControl});