Converts to JSON.
Map<String, dynamic> toJson() => { if (toolResources != null) 'tool_resources': toolResources!.toJson(), if (metadata != null) 'metadata': metadata, };