type GetLLMContextFromItemsResult: object;
Type declaration
id
id: Record<string, string>;
A map from IDs specified in the prompt string to actual Lucid item IDs
p
p: string;
A string in a format that LLMs like ChatGPT can easily understand, representing the content
of the items specified as well as their immediate context if necessary