Openai-Compatible Customer Case Study Prompt 19
JSON openai-compatible prompt 19 for the planning phase of a customer case study; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-109.
{
"model": "example-model",
"messages": [
{
"role": "system",
"content": "Keep creator edits reversible and testable."
},
{
"role": "user",
"content": "Plan a customer case study; return assumptions, ordered actions, and acceptance checks."
},
{
"role": "assistant",
"content": null,
"tool_calls": [
{
"id": "call_p8_19",
"type": "function",
"function": {
"name": "inspect_media_metadata",
"arguments": "{\"asset_id\":\"input-01\"}"
}
}
]
},
{
"role": "tool",
"tool_call_id": "call_p8_19",
"content": "{\"durationSeconds\":30,\"channels\":2,\"offline\":true}"
}
],
"response_format": {
"type": "json_object"
},
"metadata": {
"fixture": "p8-prompt-109",
"offline": true
},
"tools": [
{
"type": "function",
"function": {
"name": "inspect_media_metadata",
"description": "Read metadata from a local fixture id; inert example only.",
"parameters": {
"type": "object",
"properties": {
"asset_id": {
"type": "string"
}Specifications
- Prompt Number
- 109
- Provider Variant
- openai-compatible
- Topic
- customer case study
- Phase
- planning
- Example Kind
- tool
- Delivery Mode
- download-only
- Provider
- openai-compatible
- Provenance
- Synthetic deterministic P8 fixture generated by generation/p8_content.py; seed namespace 2026082300
Testing contract
Reference control- Scenario
- Parse the JSON fixture using the openai-compatible envelope and extract its task plus response contract.
- Expected result
- The request targets a customer case study, identifies the planning phase, and requires assumptions, ordered actions, and acceptance checks without a network call; the inert tool example preserves tools, tool_choice, tool_calls, and the matching tool_call_id.
What is a .json file?
JSON (JavaScript Object Notation) is a lightweight, text-based data-interchange format representing objects, arrays, strings, numbers, booleans, and null. It is language-independent, human-readable, and the dominant format for web APIs and configuration. It requires a single well-formed root value.
How to use this file
Use an example JSON file to test parsers and serializers, schema validation, Unicode and number-precision handling, and API request or response processing.
How to use this file for testing
“Openai-Compatible Customer Case Study Prompt 19” is a deterministic Novus Examples fixture for Prompt engineering, Prompt testing, Content creation. A templated prompt library in JSON Lines with tasks, tags, and placeholders — for testing prompt-management tools and JSONL parsers.
Documented properties for this file: JSON · 1,385 bytes. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.
Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.
Prompt fixtures are static, provider-labelled inputs and contracts — they do not call an API. For a six-step kit, follow workflowOrder from the brief through the expected output, then compare the documented assertions before trying the controlled edge case.
Code examples
import json
with open("p8-prompt-109.json") as f:
data = json.load(f)
print(type(data), len(data))Related files
- jsonOpenai-Compatible Accessibility Review Prompt 27JSON openai-compatible prompt 27 for the planning phase of a accessibility review; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-117.

- jsonOpenai-Compatible Animation Breakdown Prompt 28JSON openai-compatible prompt 28 for the planning phase of a animation breakdown; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-118.

- jsonOpenai-Compatible Behind-The-Scenes Feature Prompt 20JSON openai-compatible prompt 20 for the planning phase of a behind-the-scenes feature; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-110.

- jsonOpenai-Compatible Book Launch Prompt 15JSON openai-compatible prompt 15 for the planning phase of a book launch; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-105.

- jsonOpenai-Compatible Brand Origin Story Prompt 30JSON openai-compatible prompt 30 for the planning phase of a brand origin story; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-120.

- jsonOpenai-Compatible Community Update Prompt 16JSON openai-compatible prompt 16 for the planning phase of a community update; it asks for assumptions, reversible actions, and explicit acceptance checks. Stable P8 artifact p8-prompt-106.

Generated by generation/p8_content.py. Free for any use, no attribution required — license.