language-model-batch-workflow-derive 0.1.4

A procedural macro for deriving batch-oriented language model workflows using annotated client and workspace fields.
Documentation
1
2
3
4
5
error: Missing required `#[batch_client]` field.
  --> tests/trybuild/fail_missing_batch_client.rs:14:8
   |
14 | struct MissingClient {
   |        ^^^^^^^^^^^^^