Skip to content

Commit 4f98837

Browse files
tests
1 parent 62a8b14 commit 4f98837

File tree

2 files changed

+1044
-8
lines changed

2 files changed

+1044
-8
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,6 +1432,10 @@ public struct ResponseModel: Decodable {
14321432

14331433
/// A unique identifier representing your end-user.
14341434
public let user: String?
1435+
1436+
/// Convenience property that aggregates all text output from output_text items in the output array.
1437+
/// Similar to the outputText property in Python and JavaScript SDKs.
1438+
public var outputText: String?
14351439
}
14361440
```
14371441

0 commit comments

Comments
 (0)