@@ -158821,7 +158821,7 @@ workflows:
158821158821 - condition: $response.header.Content-Type == application/json
158822158822 - context: $response.body
158823158823 condition: |
158824- {"results":[],"has_more":false,"next_cursor":"<value>","request_id":"<id>"}
158824+ {"results":[],"has_more":false,"next_cursor":"<value>","request_id":"<id>","warnings":[] }
158825158825 type: simple
158826158826 x-speakeasy-test-group: search
158827158827 x-speakeasy-test-rebuild: true
@@ -159048,3 +159048,206 @@ workflows:
159048159048 type: simple
159049159049 x-speakeasy-test-group: indexing_datasources
159050159050 x-speakeasy-test-rebuild: true
159051+ - workflowId: platform-chat-create
159052+ steps:
159053+ - stepId: test
159054+ operationId: platform-chat-create
159055+ requestBody:
159056+ contentType: application/json
159057+ payload:
159058+ input: <value>
159059+ store: true
159060+ stream: false
159061+ successCriteria:
159062+ - condition: $statusCode == 200
159063+ - condition: $response.header.Content-Type == application/json
159064+ - context: $response.body
159065+ condition: |
159066+ {"id":"<id>","object":"response","created_at":"2026-05-19T05:32:52.505Z","status":"completed","output":[{"type":"message","role":"assistant","content":[{"type":"output_text","text":"<value>"}]}],"store":false,"request_id":"<id>"}
159067+ type: simple
159068+ x-speakeasy-test-group: chat_SDK
159069+ x-speakeasy-test-rebuild: true
159070+ - workflowId: platform-skills-preview-source
159071+ steps:
159072+ - stepId: test
159073+ operationId: platform-skills-preview-source
159074+ requestBody:
159075+ contentType: application/json
159076+ payload:
159077+ source_url: https://ugly-information.name/
159078+ stream: false
159079+ successCriteria:
159080+ - condition: $statusCode == 200
159081+ - condition: $response.header.Content-Type == application/json
159082+ - context: $response.body
159083+ condition: |
159084+ {"skills":[],"failures":[{"source_url":"https://slimy-availability.org","code":"SKILL_FETCH_FAILED","detail":"<value>"}],"request_id":"<id>"}
159085+ type: simple
159086+ x-speakeasy-test-group: skills
159087+ x-speakeasy-test-rebuild: true
159088+ - workflowId: platform-skills-update
159089+ steps:
159090+ - stepId: test
159091+ operationId: platform-skills-update
159092+ parameters:
159093+ - name: skill_id
159094+ in: path
159095+ value: <id>
159096+ requestBody:
159097+ contentType: application/json
159098+ payload:
159099+ status: DISABLED
159100+ successCriteria:
159101+ - condition: $statusCode == 200
159102+ - condition: $response.header.Content-Type == application/json
159103+ - context: $response.body
159104+ condition: |
159105+ {"skill":{"id":"<id>","display_name":"Afton14","description":"taut netsuke duh sonata boastfully elegantly management come","latest_version":425795,"latest_minor_version":741364,"status":"DISABLED","origin":"CUSTOM","owner":{"name":"<value>"},"created_at":"2024-12-20T01:31:39.364Z","updated_at":"2025-12-04T02:59:37.124Z"},"request_id":"<id>"}
159106+ type: simple
159107+ x-speakeasy-test-group: skills
159108+ x-speakeasy-test-rebuild: true
159109+ - workflowId: platform-search-filters
159110+ steps:
159111+ - stepId: test
159112+ operationId: platform-search-filters
159113+ successCriteria:
159114+ - condition: $statusCode == 200
159115+ - condition: $response.header.Content-Type == application/json
159116+ - context: $response.body
159117+ condition: |
159118+ {"datasources":[],"request_id":"<id>"}
159119+ type: simple
159120+ x-speakeasy-test-group: search
159121+ x-speakeasy-test-rebuild: true
159122+ - workflowId: importAgent
159123+ steps:
159124+ - stepId: test
159125+ operationId: importAgent
159126+ parameters:
159127+ - name: agent_id
159128+ in: path
159129+ value: <id>
159130+ requestBody:
159131+ contentType: multipart/form-data
159132+ payload:
159133+ bundle: 'x-file: example.file'
159134+ successCriteria:
159135+ - condition: $statusCode == 200
159136+ - condition: $response.header.Content-Type == application/json
159137+ - context: $response.body
159138+ condition: |
159139+ {"workflowResult":{"workflow":{"author":{"name":"George Clooney","obfuscatedId":"abc123"},"lastDraftSavedBy":{"name":"George Clooney","obfuscatedId":"abc123"},"lastUpdatedBy":{"name":"George Clooney","obfuscatedId":"abc123"}}}}
159140+ type: simple
159141+ x-speakeasy-test-group: client_agents
159142+ x-speakeasy-test-rebuild: true
159143+ - workflowId: getToolServerTools
159144+ steps:
159145+ - stepId: test
159146+ operationId: getToolServerTools
159147+ parameters:
159148+ - name: serverId
159149+ in: path
159150+ value: <id>
159151+ - name: toolNames
159152+ in: query
159153+ value:
159154+ - <value 1>
159155+ - <value 2>
159156+ - <value 3>
159157+ successCriteria:
159158+ - condition: $statusCode == 200
159159+ - condition: $response.header.Content-Type == application/json
159160+ - context: $response.body
159161+ condition: |
159162+ {"tools":[{"serverId":"<id>","name":"<value>"}]}
159163+ type: simple
159164+ x-speakeasy-test-group: tools
159165+ x-speakeasy-test-rebuild: true
159166+ - workflowId: post_/api/index/v1/debug/{datasource}/document
159167+ steps:
159168+ - stepId: test
159169+ operationId: post_/api/index/v1/debug/{datasource}/document
159170+ parameters:
159171+ - name: datasource
159172+ in: path
159173+ value: <value>
159174+ requestBody:
159175+ contentType: application/json
159176+ payload:
159177+ docId: art123
159178+ objectType: Article
159179+ successCriteria:
159180+ - condition: $statusCode == 200
159181+ - condition: $response.header.Content-Type == application/json
159182+ - context: $response.body
159183+ condition: |
159184+ {"status":{"uploadStatus":"UPLOADED","lastUploadedAt":"2021-08-06T17:58:01.000Z","indexingStatus":"INDEXED","lastIndexedAt":"2021-08-06T17:58:01.000Z","permissionIdentityStatus":"UPLOADED"}}
159185+ type: simple
159186+ x-speakeasy-test-group: indexing_documents
159187+ x-speakeasy-test-rebuild: true
159188+ - workflowId: post_/api/index/v1/debug/{datasource}/documents
159189+ steps:
159190+ - stepId: test
159191+ operationId: post_/api/index/v1/debug/{datasource}/documents
159192+ parameters:
159193+ - name: datasource
159194+ in: path
159195+ value: <value>
159196+ requestBody:
159197+ contentType: application/json
159198+ payload:
159199+ debugDocuments: []
159200+ successCriteria:
159201+ - condition: $statusCode == 200
159202+ - condition: $response.header.Content-Type == application/json
159203+ - context: $response.body
159204+ condition: |
159205+ {"documentStatuses":[{"debugInfo":{"status":{"uploadStatus":"UPLOADED","lastUploadedAt":"2021-08-06T17:58:01.000Z","indexingStatus":"INDEXED","lastIndexedAt":"2021-08-06T17:58:01.000Z","permissionIdentityStatus":"UPLOADED"}}}]}
159206+ type: simple
159207+ x-speakeasy-test-group: indexing_documents
159208+ x-speakeasy-test-rebuild: true
159209+ - workflowId: post_/api/index/v1/debug/{datasource}/document/events
159210+ steps:
159211+ - stepId: test
159212+ operationId: post_/api/index/v1/debug/{datasource}/document/events
159213+ parameters:
159214+ - name: datasource
159215+ in: path
159216+ value: <value>
159217+ requestBody:
159218+ contentType: application/json
159219+ payload:
159220+ docId: art123
159221+ maxEvents: 50
159222+ objectType: Article
159223+ startDate: "2025-05-01"
159224+ successCriteria:
159225+ - condition: $statusCode == 200
159226+ - condition: $response.header.Content-Type == application/json
159227+ - context: $response.body
159228+ condition: |
159229+ {"lifeCycleEvents":[{"event":"INDEXED","timestamp":"2021-08-06T17:58:01.000Z"}]}
159230+ type: simple
159231+ x-speakeasy-test-group: indexing_documents
159232+ x-speakeasy-test-rebuild: true
159233+ - workflowId: post_/api/index/v1/debug/{datasource}/user
159234+ steps:
159235+ - stepId: test
159236+ operationId: post_/api/index/v1/debug/{datasource}/user
159237+ parameters:
159238+ - name: datasource
159239+ in: path
159240+ value: <value>
159241+ requestBody:
159242+ contentType: application/json
159243+ payload:
159244+ email: u1@foo.com
159245+ successCriteria:
159246+ - condition: $statusCode == 200
159247+ - condition: $response.header.Content-Type == application/json
159248+ - context: $response.body
159249+ condition: |
159250+ {"status":{"isActiveUser":true,"uploadStatus":"UPLOADED","lastUploadedAt":"2021-08-06T17:58:01.000Z"}}
159251+ type: simple
159252+ x-speakeasy-test-group: people
159253+ x-speakeasy-test-rebuild: true
0 commit comments