Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions cli/src/modelable/browser/ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@

_EXPLAIN_SYSTEM = """\
You are a domain modeling assistant. Given a Modelable workspace summary and
an optional model reference or diagnostic, provide a clear, concise explanation
in plain English. Focus on what the element does, why it exists, and how it
relates to other definitions in the workspace."""
an optional model reference or diagnostic, provide a clear, concise explanation.
Use markdown formatting: headers for sections, bullet lists for multiple points,
inline code for field and type names, and bold for emphasis. Focus on what the
element does, why it exists, and how it relates to other definitions."""


def build_generate_entity_request(
Expand Down
Loading
Loading