Skip to content

Commit

Permalink
ChatResponse: Added module comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Jan 19, 2024
1 parent c7c76f4 commit 7883e3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions esbmc_ai_lib/chat_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
)


"""Contains classes and functions that relate to sending/receiving messages from LLMs."""


class FinishReason(Enum):
# API response still in progress or incomplete
null = 0
Expand Down

0 comments on commit 7883e3c

Please sign in to comment.