mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-06-14 18:29:30 -04:00
refactor: add to template agent roles
This commit is contained in:
@@ -59,6 +59,10 @@ public:
|
||||
[[nodiscard]] QString modelOverride(const QString &agentName) const;
|
||||
void setModelOverride(const QString &agentName, const QString &model);
|
||||
|
||||
// The model that will actually be sent for this agent: the settings
|
||||
// override if set, otherwise the agent TOML's default `model`.
|
||||
[[nodiscard]] QString effectiveModel(const QString &agentName) const;
|
||||
|
||||
[[nodiscard]] Providers::ProviderInstanceFactory *instanceFactory() const noexcept;
|
||||
[[nodiscard]] Providers::ProviderSecretsStore *secretsStore() const noexcept;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user