You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TaskConfigBenchmarkEvalTaskConfig is an example of the type thats generated by stainless for
EvalTaskConfig = Annotated[
Union[BenchmarkEvalTaskConfig, AppEvalTaskConfig], Field(discriminator="type")
]
I think we need to simplify these types / find a pattern to rename it so they are not enormous like that. @subramen had also raised this issue earlier. It is pretty high-pri to get resolved.
TaskConfigBenchmarkEvalTaskConfig is an example of the type thats generated by stainless for
EvalTaskConfig = Annotated[
Union[BenchmarkEvalTaskConfig, AppEvalTaskConfig], Field(discriminator="type")
]
cc: @yanxi0830 @ashwinb
The text was updated successfully, but these errors were encountered: