kernl

Type Alias: FilePart

type FilePart = 
  | FilePartWithData
  | FilePartWithUri;

Defined in: packages/protocol/src/language-model/item.ts:116

A file that has been generated by the model or referenced by URI.

On this page