Skip to content

Commit

Permalink
Update __all__ to include LLMPersonaIdentity
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonKirill authored Feb 2, 2025
2 parents ed08eae + b7e7beb commit 6b0d19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neon_data_models/models/api/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ def validate_inputs(cls, values):
return values


__all__ = [LLMPersona.__name__, LLMRequest.__name__, LLMResponse.__name__]
__all__ = [LLMPersonaIdentity.__name__, LLMPersona.__name__, LLMRequest.__name__, LLMResponse.__name__]

0 comments on commit 6b0d19f

Please sign in to comment.