Docs + Code: rename ‘convo’ to ‘conversation’ across codebase and docs (#10447)

This commit is contained in:
Engel Nyst
2025-08-18 04:35:02 +02:00
committed by GitHub
parent e2343c0927
commit 8401641f7e
8 changed files with 42 additions and 38 deletions

View File

@@ -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,