For the complete documentation index, see llms.txt. This page is also available as Markdown.

IsNewFile

Field in OutputFile

Summary

Indicates whether this OutputFile represents a new file to be created. If this is true , OriginalSource will be the empty string, and Replacements will be empty.

public bool IsNewFile;

Last updated

Was this helpful?