Skip to content

Commit

Permalink
Update README.md (#41)
Browse files Browse the repository at this point in the history
Our cloud no longer strips quotes on input strings
  • Loading branch information
emjay07 authored Feb 27, 2025
1 parent 21c71ea commit 882811c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions griptape_find_replace_transform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ You can create a run via the API or the UI. When creating runs in the UI, you wi

```
-f
"Griptape"
Griptape
-r
"Wonderbread"
Wonderbread
"This is a find and replace test for the word: Griptape"
```

Expand All @@ -46,9 +46,9 @@ Once created in Griptape Cloud, you can specify this structure on any of your da

```
-f
"Griptape"
Griptape
-r
"Wonderbread"
Wonderbread
```

This goes for any structure you wish to run as a transform. The structure needs to support the first positional argument as a list of `Artifacts` and output a `TextArtifact` or `ListArtifact` (standard for text-based Structures).

0 comments on commit 882811c

Please sign in to comment.