chore: checkpoint local workspace changes
This commit is contained in:
@@ -83,9 +83,10 @@ function mapCustomWorldSession(
|
||||
): CreationAgentSessionView {
|
||||
return {
|
||||
sessionId: session.sessionId,
|
||||
// 自定义世界 Agent 聊天页顶部保持纯操作区,不额外显示标题和引导副文案。
|
||||
title: null,
|
||||
assistantSummary: null,
|
||||
title: '世界共创',
|
||||
assistantSummary:
|
||||
session.lastAssistantReply ||
|
||||
'先说一个你最想让玩家记住的世界方向,我会帮你收束成可生成草稿的锚点。',
|
||||
currentTurn: session.currentTurn,
|
||||
progressPercent: session.progressPercent,
|
||||
anchors: [
|
||||
|
||||
Reference in New Issue
Block a user