Skip to content

Type alias: ConversationInteraction

ts
type ConversationInteraction: {
  prompt: string;
  response: string;
};
type ConversationInteraction: {
  prompt: string;
  response: string;
};

Type declaration

prompt

ts
prompt: string;
prompt: string;

response

ts
response: string;
response: string;

Source

types.ts:3