LS Prompt hub: right side details display changes

This commit is contained in:
vinodkiran
2023-11-29 20:16:32 +05:30
parent 0693a8b4ca
commit e7583c3036
2 changed files with 111 additions and 41 deletions
+1
View File
@@ -28,6 +28,7 @@ export function parsePrompt(prompt: string): any[] {
let template = promptObj.kwargs.template
response.push({
type: 'template',
typeDisplay: 'Prompt',
template: template
})
}