diff options
| author | Arun Isaac | 2026-04-09 22:56:29 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-04-10 00:24:20 +0100 |
| commit | 35fc06704b815eceae9de3ea4caa490c00662248 (patch) | |
| tree | 0860eab501012f94d9e22ba8235d85754bcfdd9f | |
| parent | 8c351cc7743a8bd35c027503fbf71cea1201f93e (diff) | |
| download | kaagum-35fc06704b815eceae9de3ea4caa490c00662248.tar.gz kaagum-35fc06704b815eceae9de3ea4caa490c00662248.tar.lz kaagum-35fc06704b815eceae9de3ea4caa490c00662248.zip | |
Document pending-approval tool call status.
pending-approval was missed out earlier in a documentation bug.
| -rw-r--r-- | kaakaa/tools.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaakaa/tools.scm b/kaakaa/tools.scm index cfc7f0f..d975201 100644 --- a/kaakaa/tools.scm +++ b/kaakaa/tools.scm @@ -126,7 +126,7 @@ (id tool-call-id) (function tool-call-function) (arguments tool-call-arguments) - ;; One of 'approved, 'rejected or 'cancelled + ;; One of 'pending-approval, 'approved, 'rejected or 'cancelled (status tool-call-status lensed))) (define-public-record-type* (<tool-call-result> tool-call-result tool-call-result?) |
