Skip to content

fix: correct type annotations and broken get_model_client imports #54

Merged
kohankhaki merged 1 commit into
mainfrom
fix/mypy-generator-types
Jan 27, 2026
Merged

fix: correct type annotations and broken get_model_client imports #54
kohankhaki merged 1 commit into
mainfrom
fix/mypy-generator-types

Conversation

@kohankhaki
Copy link
Copy Markdown
Contributor

PR Type

Fix

Short Description

Fix mypy type errors in generator, moderator, and scientist files:

  • Replace broken get_model_client imports with get_standard_model_client (function was renamed but 4 files weren't updated)
  • Make langfuse_client a required parameter instead of Optional[Langfuse] = None (the code already requires it - would crash at runtime if None)
  • Fix untyped dict parameters to Dict[str, Any]

Tests Added

N/A

@kohankhaki kohankhaki merged commit 793387c into main Jan 27, 2026
1 of 2 checks passed
@kohankhaki kohankhaki deleted the fix/mypy-generator-types branch January 27, 2026 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants