Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 352 Bytes

File metadata and controls

20 lines (11 loc) · 352 Bytes

Input

Either a plain string (single user turn) or a chronological array of USER/ASSISTANT messages. The final array message must be USER.

Supported Types

str

value: str = /* values here */

List[models.PlatformChatInputMessage]

value: List[models.PlatformChatInputMessage] = /* values here */