api_openai 0.3.0

OpenAI's API for accessing large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# components_test

Component testing utilities for serialization and deserialization validation.

## Purpose

Provides reusable test helpers for validating component serialization/deserialization correctness.

## Contents

- `deserialization_test.rs` - Deserialization test utilities
- `serialization_test.rs` - Serialization test utilities
- `mod.rs` - Module organization

## Usage

These utilities are used by test files throughout the `tests/` directory to validate that OpenAI API response structures can be correctly serialized and deserialized.