GoalStateSizeError(
self,
label: GoalStateSizeLabel,
actual: int,
limit: int
)| Name | Type | Description |
|---|---|---|
label* | GoalStateSizeLabel | Name of the oversized value, as the user and model see it. |
actual* | int | Actual character count. |
limit* | int | Maximum accepted character count. |
| Name | Type |
|---|---|
| label | GoalStateSizeLabel |
| actual | int |
| limit | int |
Goal/rubric text exceeds a model-visible context budget.