Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Feb 15, 2025
1 parent 14a07f0 commit ea55b25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ai/backend/manager/models/scaling_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,10 @@ class ScalingGroup(graphene.ObjectType):

own_session_occupied_resource_slots = graphene.Field(
graphene.JSONString,
description="Added in 25.03.0. Sum of occupied slots of compute sessions owned by user.",
description=(
"Added in 25.03.0. The sum of occupied slots across compute sessions that occupying agent's resources. "
"Only includes sessions owned by the user."
),
)

async def resolve_agent_count_by_status(
Expand Down

0 comments on commit ea55b25

Please sign in to comment.