You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/responses.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ The following fields are LCORE-specific request extensions and are not part of t
102
102
| Field | Type | Description | Required |
103
103
|-------|------|-------------|----------|
104
104
|`generate_topic_summary`| boolean | Generate topic summary for new conversations | No |
105
+
|`shield_ids`| array[string]| Safety shield IDs to apply. If omitted, all configured shields are used; if provided, must contain at least one valid shield ID (empty list returns 422). | No |
@@ -119,6 +120,7 @@ The following table maps LCORE query request fields to the OpenResponses request
119
120
|`no_tools`|`tool_choice`|`no_tools=true` mapped to `tool_choice="none"`|
120
121
|`vector_store_ids`|`tools` + `tool_choice`| Vector stores can be explicitly specified and restricted by `file_search` tool type's `vector_store_ids` attribute |
**Note:** The `media_type` attribute is not present in the LCORE specification, as downstream logic determines which format to process (structured `output` or textual `output_text` response attributes).
@@ -491,6 +493,7 @@ Vector store IDs are configured within the `tools` array (e.g., as `file_search`
491
493
The API introduces extensions that are not part of the OpenResponses specification:
492
494
493
495
-`generate_topic_summary` (request) — When set to `true` and a new conversation is created, a topic summary is automatically generated and stored in conversation metadata.
496
+
-`shield_ids` (request) — Optional list of safety shield IDs to apply. If omitted, all configured shields are used; if provided, must contain at least one valid shield ID (empty list returns 422).
0 commit comments