Skip to content

Commit

Permalink
fix small issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Jan 26, 2025
1 parent 239f4d7 commit 4ecac09
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 @@ -46,7 +46,7 @@ def id(self) -> str:
return persona_id


class LLMPersona(LLMPersonaBase):
class LLMPersona(LLMPersonaIdentity):
description: Optional[str] = Field(
None, description="Human-readable description of this persona")
system_prompt: str = Field(
Expand Down

0 comments on commit 4ecac09

Please sign in to comment.