콘텐츠로 이동

IRSystemSegment

이 콘텐츠는 아직 번역되지 않았습니다.

type IRSystemSegment = {
cacheable?: boolean;
label?: string;
text: string;
};

系统提示分段(IRSystemSegmentSchema 推导)。

optional cacheable?: boolean;

optional label?: string;

text: string;