You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1016,7 +1010,7 @@ class SummaryMessageElement extends PromptElement<SummaryMessageProps> {
1016
1010
<Tagname='conversation-summary'>
1017
1011
{this.props.summaryText}
1018
1012
</Tag>
1019
-
{this.props.transcriptPath&&<><br/>If you need specific details from before compaction (such as exact code snippets, error messages, tool results, or content you previously generated), use the {ToolName.ReadFile} tool to look up the full uncompacted conversation transcript at: "{this.props.transcriptPath}"{this.props.transcriptLineCount!==undefined&&<><br/>At the time of this request, the transcript has {this.props.transcriptLineCount} lines.</>}<br/>Example usage: {ToolName.ReadFile}(filePath: "{this.props.transcriptPath}")</>}
1013
+
{this.props.transcriptPath&&<><br/>If you need specific details from before compaction (such as exact code snippets, error messages, tool results, or content you previously generated), use the {ToolName.ReadFile} tool to look up the full uncompacted conversation transcript at: {this.props.transcriptPath}</>}
0 commit comments