letta 0.1.2

A robust Rust client for the Letta REST API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "calculate_sum",
  "description": "Calculate the sum of two integers",
  "parameters": {
    "type": "object",
    "properties": {
      "a": {
        "type": "integer",
        "description": "The first integer to add"
      },
      "b": {
        "type": "integer",
        "description": "The second integer to add"
      }
    },
    "required": ["a", "b"]
  }
}