File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-16" ?>
2+ <!-- Generated with EZOut 1.9.9: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
3+ <Types >
4+ <Type >
5+ <Name >GPT-3.Result</Name >
6+ <Members >
7+ <ScriptMethod >
8+ <Name >ToString</Name >
9+ <Script >
10+ $this.Answer
11+ </Script >
12+ </ScriptMethod >
13+ <ScriptProperty >
14+ <Name >Answer</Name >
15+ <GetScriptBlock >
16+ $this.choices[0].text.trim()
17+
18+ </GetScriptBlock >
19+ </ScriptProperty >
20+ <ScriptProperty >
21+ <Name >AnswerTime</Name >
22+ <GetScriptBlock >
23+ [DateTime]::UnixEpoch.AddSeconds($this.created).ToLocalTime()
24+ </GetScriptBlock >
25+ </ScriptProperty >
26+ </Members >
27+ </Type >
28+ </Types >
Original file line number Diff line number Diff line change 1+ $this.Answer
Original file line number Diff line number Diff line change 1+ $this.choices [0 ].text.trim()
Original file line number Diff line number Diff line change 1+ [DateTime ]::UnixEpoch.AddSeconds($this.created ).ToLocalTime()
You can’t perform that action at this time.
0 commit comments