Skip to main content

Crate yallm_macros

Crate yallm_macros 

Source
Expand description

Procedural macros for yallm, including OpenAPI type generation.

§Example

yallm_macros::include_openapi! {
    url = "https://example.com/openapi.yml",
    root_types = ["CreateChatCompletionRequest"],
}

Macros§

include_openapi
Include OpenAPI-generated types inline.