You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/deployments/operator/api.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ _Appears in:_
73
73
| --- | --- | --- | --- |
74
74
|`enabled`_boolean_| Enabled defines whether to enable the AI integration or not. | false | Optional: {} <br /> |
75
75
|`provider`_[AiProvider](#aiprovider)_| Provider defines which of the supported LLM providers should be used. | OPENAI | Enum: [OPENAI ANTHROPIC OLLAMA AZURE BEDROCK VERTEX] <br />Optional: {} <br /> |
76
+
|`toolProvider`_[AiProvider](#aiprovider)_| Provider to use for tool calling, in case you want to use a different LLM more optimized to those tasks || Enum: [OPENAI ANTHROPIC OLLAMA AZURE BEDROCK VERTEX] <br />Optional: {} <br /> |
|`ollama`_[OllamaSettings](#ollamasettings)_| Ollama holds configuration for a self-hosted Ollama deployment, more details available at https://github.com/ollama/ollama|| Optional: {} <br /> |
@@ -1951,6 +1952,7 @@ _Appears in:_
1951
1952
|`repositoryRef`_[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_| RepositoryRef the repository this automation uses. || Optional: {} <br /> |
1952
1953
|`serviceRef`_[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_| ServiceRef the service this PR acts on. || Optional: {} <br /> |
1953
1954
|`projectRef`_[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_| ProjectRef the project this automation belongs to. || Optional: {} <br /> |
1955
+
|`catalogRef`_[ObjectReference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#objectreference-v1-core)_| CatalogRef the catalog this automation will belong to || Optional: {} <br /> |
1954
1956
|`bindings`_[PrAutomationBindings](#prautomationbindings)_| Bindings contain read and write policies of pr automation || Optional: {} <br /> |
1955
1957
|`configuration`_[PrAutomationConfiguration](#prautomationconfiguration) array_| Configuration self-service configuration for the UI wizard generating this PR || Optional: {} <br /> |
1956
1958
|`confirmation`_[PrAutomationConfirmation](#prautomationconfirmation)_| Additional details to verify all prerequisites are satisfied before generating this pr || Optional: {} <br /> |
0 commit comments