/** * This file was auto-generated by Fern from our API Definition. */ export interface ThreadContextResponse { /** Context block containing relevant facts, entities, and messages/episodes from the user graph. Meant to be replaced in the system prompt on every chat turn. */ context?: string; }