mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 15:28:14 -05:00
Docs + Code: rename ‘convo’ to ‘conversation’ across codebase and docs (#10447)
This commit is contained in:
@@ -735,7 +735,7 @@ class KubernetesRuntime(ActionExecutionClient):
|
||||
@classmethod
|
||||
async def delete(cls, conversation_id: str):
|
||||
"""Delete resources associated with a conversation."""
|
||||
# This is triggered when you actually do the delete in the UI on the convo.
|
||||
# This is triggered when you actually do the delete in the UI on the conversation.
|
||||
try:
|
||||
cls._cleanup_k8s_resources(
|
||||
namespace=cls._namespace,
|
||||
|
||||
Reference in New Issue
Block a user