1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// DTOs in this tree are OpenAI-compatible mirrors of provider request/response
// schemas; field meanings are documented in the provider docs (openai.com/docs,
// anthropic docs, etc.) rather than re-stated per-field here. Suppress
// `missing_docs` on each DTO submodule to avoid duplicating upstream docs.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;