Skip to content

IRSystemSegment

This content is not available in your language yet.

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

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

optional cacheable?: boolean;

optional label?: string;

text: string;