import { DyNTS_AIMock_Fixture } from '../_models/interfaces/aim-fixture.interface'; /** * Valodi AI-generalasbol beegetve (live capture 2026-07-21). Kezzel NE szerkeszd. * * Determinisztikus sorrend (match-kulcs szerint) + rendezett objektum-kulcsok, hogy az ujra-generalas * ne okozzon zajos diff-et. Forras: `DyNTS_AIMock_FixtureSerializer_Util`. */ export const DyNTS_AIMock_TextFixtures: DyNTS_AIMock_Fixture[] = [ { "capturedAt": "2026-07-22T00:58:38.792Z", "config": { "temperature": 0 }, "input": "Reply with exactly: PONG", "inputHash": "0fb5aed1b51b28b04409b7963b2453fe1597d198c3b8396fc8ebd072104511de", "modality": "text", "model": "gpt-4o-mini", "output": { "content": "PONG", "finish_reason": "stop", "usage": { "completion_tokens": 2, "completion_tokens_details": { "accepted_prediction_tokens": 0, "audio_tokens": 0, "reasoning_tokens": 0, "rejected_prediction_tokens": 0 }, "prompt_tokens": 13, "prompt_tokens_details": { "audio_tokens": 0, "cached_tokens": 0 }, "total_tokens": 15 } }, "provider": "open-ai", "sourceModel": "gpt-4o-mini" }, { "capturedAt": "2026-07-22T00:58:37.828Z", "config": { "temperature": 0 }, "input": "Reply with exactly: PONG", "inputHash": "0fb5aed1b51b28b04409b7963b2453fe1597d198c3b8396fc8ebd072104511de", "modality": "text", "model": "gpt-5.4-nano", "output": { "content": "PONG", "finish_reason": "stop", "usage": { "completion_tokens": 5, "completion_tokens_details": { "accepted_prediction_tokens": 0, "audio_tokens": 0, "reasoning_tokens": 0, "rejected_prediction_tokens": 0 }, "prompt_tokens": 12, "prompt_tokens_details": { "audio_tokens": 0, "cached_tokens": 0 }, "total_tokens": 17 } }, "provider": "open-ai", "sourceModel": "gpt-5.4-nano" }, { "capturedAt": "2026-07-22T00:58:38.316Z", "config": { "temperature": 0 }, "input": "What is the capital of Hungary? One word.", "inputHash": "85c5b3ea12c8e34d97a18cb75ae55936aeb2ef0af90eb2f395a44ace6ce997e8", "modality": "text", "model": "gpt-5.4-nano", "output": { "content": "Budapest", "finish_reason": "stop", "usage": { "completion_tokens": 5, "completion_tokens_details": { "accepted_prediction_tokens": 0, "audio_tokens": 0, "reasoning_tokens": 0, "rejected_prediction_tokens": 0 }, "prompt_tokens": 16, "prompt_tokens_details": { "audio_tokens": 0, "cached_tokens": 0 }, "total_tokens": 21 } }, "provider": "open-ai", "sourceModel": "gpt-5.4-nano" }, { "capturedAt": "2026-07-22T00:58:39.151Z", "config": {}, "input": "artificial intelligence", "inputHash": "803b3eb2b6af027151950019f2d5ede506a6636a9eafd262b27c23e3f834056f", "modality": "embedding", "model": "text-embedding-3-small", "output": { "dimensions": 1536, "embeddingHead": [ 0.0005774497985839844, -0.012481689453125, -0.01143646240234375, -0.0247344970703125, 0.011383056640625, -0.006069183349609375, -0.0209503173828125, 0.03741455078125 ], "model": "text-embedding-3-small", "object": "list", "usage": { "prompt_tokens": 3, "total_tokens": 3 } }, "provider": "open-ai", "sourceModel": "text-embedding-3-small" }, { "capturedAt": "2026-07-22T00:58:39.020Z", "config": {}, "input": "the quick brown fox", "inputHash": "9ecb36561341d18eb65484e833efea61edc74b84cf5e6ae1b81c63533e25fc8f", "modality": "embedding", "model": "text-embedding-3-small", "output": { "dimensions": 1536, "embeddingHead": [ -0.033355712890625, -0.00183868408203125, 0.005237579345703125, -0.06304931640625, -0.04779052734375, 0.0018625259399414062, 0.016876220703125, 0.034820556640625 ], "model": "text-embedding-3-small", "object": "list", "usage": { "prompt_tokens": 4, "total_tokens": 4 } }, "provider": "open-ai", "sourceModel": "text-embedding-3-small" } ];