diff options
| author | GitHub Action <[email protected]> | 2025-12-17 01:28:42 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-17 01:28:42 +0000 |
| commit | a5f964aec69cef2d3789976cca21ca9de52d20cd (patch) | |
| tree | 41111d2128e0f7b3790ee5c14f4d94cd75189e2e | |
| parent | b8a8fb0de67e4e1759a5f301135177937f7122e3 (diff) | |
| download | opencode-a5f964aec69cef2d3789976cca21ca9de52d20cd.tar.gz opencode-a5f964aec69cef2d3789976cca21ca9de52d20cd.zip | |
chore: format code
| -rw-r--r-- | packages/sdk/openapi.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index 3be96c599..e1455903d 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -5982,6 +5982,9 @@ }, "agent": { "type": "string" + }, + "command": { + "type": "string" } }, "required": ["id", "sessionID", "messageID", "type", "prompt", "description", "agent"] @@ -8486,6 +8489,9 @@ }, "agent": { "type": "string" + }, + "command": { + "type": "string" } }, "required": ["type", "prompt", "description", "agent"] |
