effect-io-ai

Package: @effect/ai
Module: Prompt

Prompt.PromptEncoded

Encoded representation of prompts for serialization.

Signature

export interface PromptEncoded {
  /**
   * Array of messages that make up the conversation.
   */
  readonly content: ReadonlyArray<MessageEncoded>
}

Source

Since v1.0.0