Skip to content

Commit

Permalink
Explicitly match newline due to TRIM not supporting this
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisprice committed Dec 19, 2023
1 parent b41cca2 commit 1d80197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To view the completion data, open the entity card. The `_lines` property provide
To extract a final answer that follows a chain of thought, you could use a formula such as:

```
=TRIM(TEXTAFTER(VALUETOTEXT(A123), "<!-- END CoT -->"))
=TEXTAFTER(VALUETOTEXT(A123), "<!-- END CoT -->" & CHAR(10))
```

## File descriptions
Expand Down

0 comments on commit 1d80197

Please sign in to comment.