Interface: AiDialogueHistory

AiDialogueHistory

Dialogue history A context object that can hold prior prompts and answers.
Source:

Members

answer :string

The answer previously provided by the LLM. Example: Here is the first draft of your professional email about public APIs.
Type:
  • string
Source:

created_at :string

The ISO date formatted timestamp of when the previous answer to the prompt was created. Example: 2012-12-12T10:53:43-08:00
Type:
  • string
Source:

prompt :string

The prompt previously provided by the client and answered by the LLM. Example: Make my email about public APIs sound more professional.
Type:
  • string
Source: