Skip to content

Commit ad95da4

Browse files
Fix schema
1 parent fa04fa1 commit ad95da4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/guidellm/benchmark/schemas/generative/entrypoints.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ def get_default(cls: type[BenchmarkGenerativeTextArgs], field: str) -> Any:
172172
rate: list[float] | None = Field(
173173
default=None, description="Request rate(s) for rate-based scheduling"
174174
)
175+
profile_kwargs: dict[str, Any] | None = Field(
176+
default=None, description="Additional profile-specific configuration arguments"
177+
)
175178
# Backend configuration
176179
backend: BackendType | Backend = Field(
177180
default="openai_http", description="Backend type or instance for execution"

0 commit comments

Comments
 (0)