Skip to content

Commit 698a2a7

Browse files
authored
Fix CodeGen (#787)
1 parent bbe860b commit 698a2a7

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace OpenAI.Responses;
2+
3+
// CUSTOM: Make public and use the correct namespace.
4+
[CodeGenType("ResponseItemCollectionOptions")]
5+
public partial class ResponseItemCollectionOptions
6+
{
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
namespace OpenAI.Responses;
2+
3+
// CUSTOM: Make public and use the correct namespace.
4+
[CodeGenType("ResponseItemCollectionOrder")]
5+
public readonly partial struct ResponseItemCollectionOrder
6+
{
7+
}

0 commit comments

Comments
 (0)