Skip to content

Commit bf1a4ee

Browse files
authored
Merge pull request #9 from agentset-ai/speakeasy-sdk-regen-1766022182
chore: 🐝 Update SDK - Generate 0.6.3
2 parents 8ed422a + b70d6a6 commit bf1a4ee

31 files changed

Lines changed: 499 additions & 140 deletions

.speakeasy/gen.lock

Lines changed: 64 additions & 64 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ generation:
3131
generateNewTests: true
3232
skipResponseBodyAssertions: false
3333
python:
34-
version: 0.6.2
34+
version: 0.6.3
3535
additionalDependencies:
3636
dev: {}
3737
main: {}

.speakeasy/out.openapi.yaml

Lines changed: 119 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,20 @@ paths:
10691069
- type: "string"
10701070
format: "uri"
10711071
- type: "null"
1072+
"ogTitle":
1073+
type: "string"
1074+
maxLength: 70
1075+
"ogDescription":
1076+
type: "string"
1077+
maxLength: 200
1078+
"ogImage":
1079+
anyOf:
1080+
- anyOf:
1081+
- type: "string"
1082+
pattern: "^data:image\\/(png|jpeg|jpg|gif|webp);base64,"
1083+
- type: "string"
1084+
format: "uri"
1085+
- type: "null"
10721086
"protected":
10731087
type: "boolean"
10741088
"allowedEmails":
@@ -1732,18 +1746,36 @@ components:
17321746
- type: "number"
17331747
- type: "boolean"
17341748
"languageCode": {"description": "Language code to use for text processing (for example, `en`, `ar`, or `fr`). When omitted, the partition API will attempt to detect the language automatically.", "$ref": "#/components/schemas/language-code"}
1735-
"forceOcr":
1736-
description: "Force OCR on the document even if selectable text exists. Useful for scanned documents with unreliable embedded text. Defaults to `false`."
1737-
type: "boolean"
17381749
"mode": {"$ref": "#/components/schemas/mode"}
17391750
"disableImageExtraction":
17401751
description: "Disable image extraction from the document. When combined with `useLlm`, images may still be automatically captioned by the partition API. Defaults to `false`."
17411752
type: "boolean"
1753+
"disableImageCaptions":
1754+
description: "Disable synthetic image captions/descriptions in output. Images will be rendered as plain img tags without alt text. Defaults to `false`."
1755+
type: "boolean"
1756+
"chartUnderstanding":
1757+
description: "Enable chart understanding. This will extract the data from the charts in the document. Defaults to `false`."
1758+
type: "boolean"
1759+
"keepPageheaderInOutput":
1760+
description: "Keep the page header in the output. Defaults to `false`."
1761+
type: "boolean"
1762+
"keepPagefooterInOutput":
1763+
description: "Keep the page footer in the output. Defaults to `false`."
1764+
type: "boolean"
1765+
"forceOcr":
1766+
description: "Force OCR on the document even if selectable text exists. Useful for scanned documents with unreliable embedded text. Defaults to `false`."
1767+
deprecated: true
1768+
x-speakeasy-deprecation-message: "We no longer support this option."
1769+
type: "boolean"
17421770
"disableOcrMath":
17431771
description: "Disable inline math recognition in OCR. This can be useful if the document contains content that is frequently misclassified as math. Defaults to `false`."
1772+
deprecated: true
1773+
x-speakeasy-deprecation-message: "We no longer support this option."
17441774
type: "boolean"
17451775
"useLlm":
17461776
description: "Enable LLM-assisted parsing to improve tables, forms, inline math, and layout detection. May increase latency and token usage. Defaults to `true`."
1777+
deprecated: true
1778+
x-speakeasy-deprecation-message: "We no longer support this option. Use `mode` instead."
17471779
type: "boolean"
17481780
"chunkOverlap":
17491781
description: "[Deprecated] Custom chunk overlap (in characters) between consecutive chunks. Helps preserve context across chunk boundaries."
@@ -1803,18 +1835,36 @@ components:
18031835
- type: "number"
18041836
- type: "boolean"
18051837
"languageCode": {"description": "Language code to use for text processing (for example, `en`, `ar`, or `fr`). When omitted, the partition API will attempt to detect the language automatically.", "$ref": "#/components/schemas/language-code"}
1806-
"forceOcr":
1807-
description: "Force OCR on the document even if selectable text exists. Useful for scanned documents with unreliable embedded text. Defaults to `false`."
1808-
type: "boolean"
18091838
"mode": {"$ref": "#/components/schemas/mode"}
18101839
"disableImageExtraction":
18111840
description: "Disable image extraction from the document. When combined with `useLlm`, images may still be automatically captioned by the partition API. Defaults to `false`."
18121841
type: "boolean"
1842+
"disableImageCaptions":
1843+
description: "Disable synthetic image captions/descriptions in output. Images will be rendered as plain img tags without alt text. Defaults to `false`."
1844+
type: "boolean"
1845+
"chartUnderstanding":
1846+
description: "Enable chart understanding. This will extract the data from the charts in the document. Defaults to `false`."
1847+
type: "boolean"
1848+
"keepPageheaderInOutput":
1849+
description: "Keep the page header in the output. Defaults to `false`."
1850+
type: "boolean"
1851+
"keepPagefooterInOutput":
1852+
description: "Keep the page footer in the output. Defaults to `false`."
1853+
type: "boolean"
1854+
"forceOcr":
1855+
description: "Force OCR on the document even if selectable text exists. Useful for scanned documents with unreliable embedded text. Defaults to `false`."
1856+
deprecated: true
1857+
x-speakeasy-deprecation-message: "We no longer support this option."
1858+
type: "boolean"
18131859
"disableOcrMath":
18141860
description: "Disable inline math recognition in OCR. This can be useful if the document contains content that is frequently misclassified as math. Defaults to `false`."
1861+
deprecated: true
1862+
x-speakeasy-deprecation-message: "We no longer support this option."
18151863
type: "boolean"
18161864
"useLlm":
18171865
description: "Enable LLM-assisted parsing to improve tables, forms, inline math, and layout detection. May increase latency and token usage. Defaults to `true`."
1866+
deprecated: true
1867+
x-speakeasy-deprecation-message: "We no longer support this option. Use `mode` instead."
18181868
type: "boolean"
18191869
"chunkOverlap":
18201870
description: "[Deprecated] Custom chunk overlap (in characters) between consecutive chunks. Helps preserve context across chunk boundaries."
@@ -2375,6 +2425,24 @@ components:
23752425
anyOf:
23762426
- type: "string"
23772427
- type: "null"
2428+
"ogTitle":
2429+
description: "Custom Open Graph title for social media sharing."
2430+
default:
2431+
anyOf:
2432+
- type: "string"
2433+
- type: "null"
2434+
"ogDescription":
2435+
description: "Custom Open Graph description for social media sharing."
2436+
default:
2437+
anyOf:
2438+
- type: "string"
2439+
- type: "null"
2440+
"ogImage":
2441+
description: "Custom Open Graph image URL for social media sharing."
2442+
default:
2443+
anyOf:
2444+
- type: "string"
2445+
- type: "null"
23782446
"systemPrompt":
23792447
description: "The system prompt used for the chat interface."
23802448
default:
@@ -2486,6 +2554,9 @@ components:
24862554
- "title"
24872555
- "slug"
24882556
- "logo"
2557+
- "ogTitle"
2558+
- "ogDescription"
2559+
- "ogImage"
24892560
- "systemPrompt"
24902561
- "exampleQuestions"
24912562
- "exampleSearchQueries"
@@ -2763,18 +2834,36 @@ components:
27632834
- type: "number"
27642835
- type: "boolean"
27652836
"languageCode": {"description": "Language code to use for text processing (for example, `en`, `ar`, or `fr`). When omitted, the partition API will attempt to detect the language automatically.", "$ref": "#/components/schemas/language-code"}
2766-
"forceOcr":
2767-
description: "Force OCR on the document even if selectable text exists. Useful for scanned documents with unreliable embedded text. Defaults to `false`."
2768-
type: "boolean"
27692837
"mode": {"$ref": "#/components/schemas/mode"}
27702838
"disableImageExtraction":
27712839
description: "Disable image extraction from the document. When combined with `useLlm`, images may still be automatically captioned by the partition API. Defaults to `false`."
27722840
type: "boolean"
2841+
"disableImageCaptions":
2842+
description: "Disable synthetic image captions/descriptions in output. Images will be rendered as plain img tags without alt text. Defaults to `false`."
2843+
type: "boolean"
2844+
"chartUnderstanding":
2845+
description: "Enable chart understanding. This will extract the data from the charts in the document. Defaults to `false`."
2846+
type: "boolean"
2847+
"keepPageheaderInOutput":
2848+
description: "Keep the page header in the output. Defaults to `false`."
2849+
type: "boolean"
2850+
"keepPagefooterInOutput":
2851+
description: "Keep the page footer in the output. Defaults to `false`."
2852+
type: "boolean"
2853+
"forceOcr":
2854+
description: "Force OCR on the document even if selectable text exists. Useful for scanned documents with unreliable embedded text. Defaults to `false`."
2855+
deprecated: true
2856+
x-speakeasy-deprecation-message: "We no longer support this option."
2857+
type: "boolean"
27732858
"disableOcrMath":
27742859
description: "Disable inline math recognition in OCR. This can be useful if the document contains content that is frequently misclassified as math. Defaults to `false`."
2860+
deprecated: true
2861+
x-speakeasy-deprecation-message: "We no longer support this option."
27752862
type: "boolean"
27762863
"useLlm":
27772864
description: "Enable LLM-assisted parsing to improve tables, forms, inline math, and layout detection. May increase latency and token usage. Defaults to `true`."
2865+
deprecated: true
2866+
x-speakeasy-deprecation-message: "We no longer support this option. Use `mode` instead."
27782867
type: "boolean"
27792868
"chunkOverlap":
27802869
description: "[Deprecated] Custom chunk overlap (in characters) between consecutive chunks. Helps preserve context across chunk boundaries."
@@ -2828,18 +2917,36 @@ components:
28282917
- type: "number"
28292918
- type: "boolean"
28302919
"languageCode": {"description": "Language code to use for text processing (for example, `en`, `ar`, or `fr`). When omitted, the partition API will attempt to detect the language automatically.", "$ref": "#/components/schemas/language-code"}
2831-
"forceOcr":
2832-
description: "Force OCR on the document even if selectable text exists. Useful for scanned documents with unreliable embedded text. Defaults to `false`."
2833-
type: "boolean"
28342920
"mode": {"$ref": "#/components/schemas/mode"}
28352921
"disableImageExtraction":
28362922
description: "Disable image extraction from the document. When combined with `useLlm`, images may still be automatically captioned by the partition API. Defaults to `false`."
28372923
type: "boolean"
2924+
"disableImageCaptions":
2925+
description: "Disable synthetic image captions/descriptions in output. Images will be rendered as plain img tags without alt text. Defaults to `false`."
2926+
type: "boolean"
2927+
"chartUnderstanding":
2928+
description: "Enable chart understanding. This will extract the data from the charts in the document. Defaults to `false`."
2929+
type: "boolean"
2930+
"keepPageheaderInOutput":
2931+
description: "Keep the page header in the output. Defaults to `false`."
2932+
type: "boolean"
2933+
"keepPagefooterInOutput":
2934+
description: "Keep the page footer in the output. Defaults to `false`."
2935+
type: "boolean"
2936+
"forceOcr":
2937+
description: "Force OCR on the document even if selectable text exists. Useful for scanned documents with unreliable embedded text. Defaults to `false`."
2938+
deprecated: true
2939+
x-speakeasy-deprecation-message: "We no longer support this option."
2940+
type: "boolean"
28382941
"disableOcrMath":
28392942
description: "Disable inline math recognition in OCR. This can be useful if the document contains content that is frequently misclassified as math. Defaults to `false`."
2943+
deprecated: true
2944+
x-speakeasy-deprecation-message: "We no longer support this option."
28402945
type: "boolean"
28412946
"useLlm":
28422947
description: "Enable LLM-assisted parsing to improve tables, forms, inline math, and layout detection. May increase latency and token usage. Defaults to `true`."
2948+
deprecated: true
2949+
x-speakeasy-deprecation-message: "We no longer support this option. Use `mode` instead."
28432950
type: "boolean"
28442951
"chunkOverlap":
28452952
description: "[Deprecated] Custom chunk overlap (in characters) between consecutive chunks. Helps preserve context across chunk boundaries."

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.676.1
1+
speakeasyVersion: 1.680.3
22
sources:
33
AgentsetAPI:
44
sourceNamespace: agentset-api
5-
sourceRevisionDigest: sha256:b9a1638bd5bab4bff73d3a07f0c8c993259a30b84b190c74e50ecd7c16d34213
6-
sourceBlobDigest: sha256:de68ae9dd14d96e2da49889eff4181826010142e99785cc72f0e4399aaa7d2e2
5+
sourceRevisionDigest: sha256:835981cad915263211a8fff01bc9cdfda3cf251976ebf5bd8e53125ba1382847
6+
sourceBlobDigest: sha256:8b529e39f08c422011fe3bd8dc5554b3c62647b630b28f2798fae7719e50253c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1765798394
9+
- speakeasy-sdk-regen-1766022182
1010
- 0.0.1
1111
targets:
1212
agentset:
1313
source: AgentsetAPI
1414
sourceNamespace: agentset-api
15-
sourceRevisionDigest: sha256:b9a1638bd5bab4bff73d3a07f0c8c993259a30b84b190c74e50ecd7c16d34213
16-
sourceBlobDigest: sha256:de68ae9dd14d96e2da49889eff4181826010142e99785cc72f0e4399aaa7d2e2
15+
sourceRevisionDigest: sha256:835981cad915263211a8fff01bc9cdfda3cf251976ebf5bd8e53125ba1382847
16+
sourceBlobDigest: sha256:8b529e39f08c422011fe3bd8dc5554b3c62647b630b28f2798fae7719e50253c
1717
codeSamplesNamespace: agentset-api-python-code-samples
18-
codeSamplesRevisionDigest: sha256:dd5d11cf83b31a1604fd2f65de0341edcf41f9ea28a6fac557a94cb73daad905
18+
codeSamplesRevisionDigest: sha256:93c50c184c76db049a37811e4a11f7b8ad5da162a67986e2ca57c608190567c0
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,14 @@ Based on:
6868
### Generated
6969
- [python v0.6.2] .
7070
### Releases
71-
- [PyPI v0.6.2] https://pypi.org/project/agentset/0.6.2 - .
71+
- [PyPI v0.6.2] https://pypi.org/project/agentset/0.6.2 - .
72+
73+
## 2025-12-21 23:47:20
74+
### Changes
75+
Based on:
76+
- OpenAPI Doc
77+
- Speakeasy CLI 1.680.3 (2.788.5) https://github.com/speakeasy-api/speakeasy
78+
### Generated
79+
- [python v0.6.3] .
80+
### Releases
81+
- [PyPI v0.6.3] https://pypi.org/project/agentset/0.6.3 - .

0 commit comments

Comments
 (0)