Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions charts/openhands/templates/_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@
value: "saas"
- name: OH_APP_CONVERSATION_INFO_KIND
value: server.utils.saas_app_conversation_info_injector.SaasAppConversationInfoServiceInjector
- name: OH_LLM_MODEL_KIND
value: server.verified_models.verified_model_router.SaaSLLMModelServiceInjector
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟠 Important: The version is on both and this branch, so this functional change will ship under the same semver as the previous release. Please bump the chart version to (or the next appropriate version) so that Helm can detect the change and artifact registries publish a distinct chart version.

- name: CONVERSATION_MANAGER_CLASS
value: server.saas_nested_conversation_manager.SaasNestedConversationManager
{{- if (index .Values "plugin-directory").enabled }}
Expand Down
Loading