ConversationTemplate¶
Generate a conversation template from an instruction and a response.
Input & Output Columns¶
Inputs¶
-
instruction (
str
): The instruction to be used in the conversation. -
response (
str
): The response to be used in the conversation.
Outputs¶
- conversation (
ChatType
): The conversation template.