batch_mode_batch_scribe/
lib.rs

1// ---------------- [ File: batch-mode-batch-scribe/src/lib.rs ]
2#![allow(unused_imports)]
3
4#[macro_use] mod imports; use imports::*;
5
6// this is the main entrypoint
7x!{language_model_batch_api_request}
8
9x!{language_model_api_url}
10x!{language_model_message}
11x!{language_model_message_role}
12x!{language_model_request_body}
13x!{http_method}
14x!{errors}
15x!{batch_request_id}
16x!{custom_request_id}
17x!{construct_batches}