artificial-types 0.7.0

Reusable prompt fragments and helper types for the Artificial prompt-engineering SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "artificial-types"
version = "0.7.0"
edition = "2024"
description = "Reusable prompt fragments and helper types for the Artificial prompt-engineering SDK"
license = "MIT"
repository = "https://github.com/mrcrgl/artificial-rs"
categories = ["development-tools", "text-processing"]
keywords = ["ai", "prompt-fragments", "json-schema", "sdk"]

[dependencies]
artificial-core = { path = "../artificial-core" , version = "0.7.0"}
artificial-prompt = { path = "../artificial-prompt" , version = "0.7.0"}
chrono = "0.4.41"

schemars.workspace = true
serde.workspace = true
serde_json.workspace = true