Skip to content

Commit

Permalink
doc(agents-api): Add updated cozo schema
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Dec 10, 2024
1 parent 98bc8c2 commit 10b2d86
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions agents-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,13 @@ This guide provides a brief overview for new contributors to get started with th
│ 2 │ source │ True │ String │ False │
│ 3 │ role │ True │ String │ False │
│ 4 │ name │ True │ String? │ True │
│ 5 │ content │ False │ String │ False │
│ 5 │ content │ False │ [Json] │ False │
│ 6 │ tool_call_id │ False │ String? │ True │
│ 7 │ token_count │ False │ Int │ False │
│ 8 │ tokenizer │ False │ String │ False │
│ 9 │ created_at │ False │ Float │ True │
│ 10 │ timestamp │ False │ Float │ True │
│ 7 │ tool_calls │ False │ [Json]? │ True │
│ 8 │ token_count │ False │ Int │ False │
│ 9 │ tokenizer │ False │ String │ False │
│ 10 │ created_at │ False │ Float │ True │
│ 11 │ timestamp │ False │ Float │ True │
└────┴──────────────┴────────┴─────────┴─────────────┘
[executions]
Expand Down Expand Up @@ -213,6 +214,7 @@ This guide provides a brief overview for new contributors to get started with th
│ 8 │ token_budget │ False │ Int? │ True │
│ 9 │ context_overflow │ False │ String? │ True │
│ 10 │ forward_tool_calls │ False │ Bool? │ True │
│ 11 │ recall_options │ False │ Json │ True │
└────┴────────────────────┴────────┴──────────┴─────────────┘
[snippets]
Expand Down

0 comments on commit 10b2d86

Please sign in to comment.