Skip to content

Commit

Permalink
Update __all__ to include LLMPersonaIdentity (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim authored and NeonDaniel committed Feb 6, 2025
1 parent 5b55b86 commit 4f0b78b
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 4f0b78b

Please sign in to comment.