Skip to content

Commit

Permalink
prompt in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed May 9, 2024
1 parent fe54b17 commit adc763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Resources/PromptHistoryResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function toArray(Request $request): array
return [
'id' => $this->id,
'prompt' => str($this->prompt)->markdown(),

];
}
}

0 comments on commit adc763f

Please sign in to comment.