Crate llm_sdk

source ·

Structs

Enums

Traits

  • For tool function. If you have a function that you want ChatGPT to call, you shall put all params into a struct and derive schemars::JsonSchema for it. Then you can use YourStruct::to_schema() to generate json schema for tools.