diff options
| author | Dax <[email protected]> | 2025-07-18 13:42:50 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-18 13:42:50 -0400 |
| commit | d56dec4ba7867670d9a7dae2a535d38d59f24efb (patch) | |
| tree | f10cde4e4aad0bc6d882266bdef96948251375f4 /stainless.yml | |
| parent | c952e9ae3d74dcdda2a4fbdfef19b42c49096026 (diff) | |
| download | opencode-d56dec4ba7867670d9a7dae2a535d38d59f24efb.tar.gz opencode-d56dec4ba7867670d9a7dae2a535d38d59f24efb.zip | |
wip: optional IDs in api (#1128)
Diffstat (limited to 'stainless.yml')
| -rw-r--r-- | stainless.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stainless.yml b/stainless.yml index ba36156b8..1bfc0ef99 100644 --- a/stainless.yml +++ b/stainless.yml @@ -92,7 +92,9 @@ resources: message: Message part: Part textPart: TextPart + textPartInput: TextPartInput filePart: FilePart + filePartInput: FilePartInput toolPart: ToolPart stepStartPart: StepStartPart stepFinishPart: StepFinishPart |
