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
4 changes: 2 additions & 2 deletions python/src/kagent/tools/k8s/_kubectl.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def _get_pod_logs(

create_resource = FunctionTool(
_create_resource,
description="Create a resource in Kubernetes. Must be a local file.",
description="Create a resource in Kubernetes.",
name="create_resource",
)

Expand Down Expand Up @@ -372,7 +372,7 @@ def _get_pod_logs(

apply_manifest = FunctionTool(
_apply_manifest,
description="Apply a YAML resource file to the Kubernetes cluster.",
description="Apply a YAML resource to the Kubernetes cluster.",
name="_apply_manifest",
)

Expand Down
Loading