KTextAddons

ollamautils.h
1/*
2 SPDX-FileCopyrightText: 2025 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6#pragma once
7
8#include <QString>
9
10namespace OllamaUtils
11{
12[[nodiscard]] QString tagsPath();
13[[nodiscard]] QString completionPath();
14[[nodiscard]] QString pullPath();
15};
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 12:06:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.