docs: Mintlify MDX docs + docs.json; bump Speakeasy to 1.787.0 (#382)

This commit is contained in:
Matt Apperson
2026-06-30 16:13:28 -04:00
committed by GitHub
parent 778e2e36fb
commit babeffc9aa
2100 changed files with 50407 additions and 16612 deletions
@@ -0,0 +1,12 @@
---
title: "CreatePresetFromInferenceResponse"
---
Response containing the created preset with its designated version.
## Fields
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `data` | [components.PresetWithDesignatedVersion](../components/presetwithdesignatedversion.mdx) | :heavy_check_mark: | A preset with its currently designated version. | \{<br/>"created_at": "2026-04-20T10:00:00Z",<br/>"creator_user_id": "user_2dHFtVWx2n56w6HkM0000000000",<br/>"description": null,<br/>"designated_version": \{<br/>"config": \{<br/>"model": "openai/gpt-4o",<br/>"temperature": 0.7<br/>},<br/>"created_at": "2026-04-20T10:00:00Z",<br/>"creator_id": "user_2dHFtVWx2n56w6HkM0000000000",<br/>"id": "550e8400-e29b-41d4-a716-446655440000",<br/>"preset_id": "650e8400-e29b-41d4-a716-446655440001",<br/>"system_prompt": "You are a helpful assistant.",<br/>"updated_at": "2026-04-20T10:00:00Z",<br/>"version": 1<br/>},<br/>"designated_version_id": "550e8400-e29b-41d4-a716-446655440000",<br/>"id": "650e8400-e29b-41d4-a716-446655440001",<br/>"name": "my-preset",<br/>"slug": "my-preset",<br/>"status": "active",<br/>"status_updated_at": null,<br/>"updated_at": "2026-04-20T10:00:00Z",<br/>"workspace_id": "750e8400-e29b-41d4-a716-446655440002"<br/>} |