Package ai.extend.types
Interface FileContentsSectionsItem.MarkdownStage
-
- All Known Implementing Classes:
FileContentsSectionsItem.Builder
- Enclosing class:
- FileContentsSectionsItem
public static interface FileContentsSectionsItem.MarkdownStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileContentsSectionsItem._FinalStagemarkdown(java.lang.String markdown)The markdown content of this section.
-
-
-
Method Detail
-
markdown
FileContentsSectionsItem._FinalStage markdown(@NotNull java.lang.String markdown)
The markdown content of this section.
-
-