llama-stack-mirror/src/llama_stack/apis
Ian Miller 5598f61e12
feat(responses)!: introduce OpenAI compatible prompts to Responses API (#3942)
# What does this PR do?
<!-- Provide a short summary of what this PR does and why. Link to
relevant issues if applicable. -->
This PR is responsible for making changes to Responses API scheme to
introduce OpenAI compatible prompts there. Change to the API only,
therefore currently no implementation at all. However, the follow up PR
with actual implementation will be submitted after current PR lands.

The need of this functionality was initiated in #3514. 

> Note, #3514 is divided on three separate PRs. Current PR is the second
of three.

<!-- If resolving an issue, uncomment and update the line below -->
<!-- Closes #[issue-number] -->

## Test Plan
<!-- Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.* -->
CI
2025-10-28 09:31:27 -07:00
..
agents feat(responses)!: introduce OpenAI compatible prompts to Responses API (#3942) 2025-10-28 09:31:27 -07:00
batches chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
benchmarks chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
common chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
conversations chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
datasetio chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
datasets chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
eval chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
files chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
inference chore(telemetry): more cleanup: remove apis.telemetry (#3919) 2025-10-27 22:20:15 -07:00
inspect chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
models chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
post_training chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
prompts chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
providers chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
safety chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
scoring chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
scoring_functions chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
shields chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
synthetic_data_generation chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
tools chore!: BREAKING CHANGE: vector_db_id -> vector_store_id (#3923) 2025-10-27 14:26:06 -07:00
vector_io chore!: BREAKING CHANGE: vector_db_id -> vector_store_id (#3923) 2025-10-27 14:26:06 -07:00
vector_stores chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
__init__.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
datatypes.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
resource.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
version.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00