kind-openai-schema-impl 0.3.3

OpenAI schema generation macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kind-openai-schema-impl"
version = "0.3.3"
edition = "2021"
description = "OpenAI schema generation macro"
license = "MIT"
homepage = "https://github.com/Kindness-Works/kind-openai"
repository = "https://github.com/Kindness-Works/kind-openai"

[lib]
proc-macro = true

[dependencies]
syn = "2.0"
quote = "1.0"
proc-macro2 = "1.0"
serde = "1.0.205"
serde_json = "1.0.122"