Sign up (with export icon)

AIContextRef

Api-typedef icontypedef

A reference to a context or to a single item within a context.

  • { id } — attaches all prompts and files from the context.
  • { id, fileId } — attaches a single file from the context.
  • { id, promptId } — attaches a single prompt from the context.

Properties

  • fileId : string

  • id : string

  • id : string

  • id : string

  • promptId : string

Value

object