Defines the spacing (in terms of line breaks) to be applied between different parts of the conversation.

SpacingSlots

Example

const spacingExample: SpacingSlots = {
system: 2,
user: 1,
assistant: 1
};

Hierarchy

  • SpacingSlots

Properties

Properties

assistant?: number

Number of line breaks to be applied after the assistant message.

system?: number

Number of line breaks to be applied after the system message.

user?: number

Number of line breaks to be applied after the user message.

Generated using TypeDoc