chore: completion payload format
This commit is contained in:
@@ -8,8 +8,11 @@
|
||||
z-index: 100;
|
||||
|
||||
button {
|
||||
background-color: rgba(255, 255, 255, 90%);
|
||||
border: none;
|
||||
color: rgba(255, 255, 255, 70%);
|
||||
|
||||
&:hover {
|
||||
color: rgba(255, 255, 255, 90%) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@ const LogsViewer: React.FC<LogsViewerProps> = (props) => {
|
||||
<span className="copy">
|
||||
<CopyButton
|
||||
text={logs?.map((item) => item.content).join('\n')}
|
||||
type="default"
|
||||
type="text"
|
||||
size="small"
|
||||
></CopyButton>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user